From: Arjen Baart Date: Fri, 15 May 2020 05:56:10 +0000 (+0200) Subject: Try to add /usr/local/bin to the path X-Git-Url: http://www.andromeda.nl/gitweb/?a=commitdiff_plain;h=4e2b79c7ee14364abaa058d9c63042b6fc3eb8e2;p=libacl.git Try to add /usr/local/bin to the path --- diff --git a/debian/rules b/debian/rules index cbe925d..b2f4e74 100755 --- a/debian/rules +++ b/debian/rules @@ -1,3 +1,4 @@ #!/usr/bin/make -f %: + export PATH=/usr/local/bin:$PATH dh $@