From 4e2b79c7ee14364abaa058d9c63042b6fc3eb8e2 Mon Sep 17 00:00:00 2001 From: Arjen Baart Date: Fri, 15 May 2020 07:56:10 +0200 Subject: [PATCH] Try to add /usr/local/bin to the path --- debian/rules | 1 + 1 file changed, 1 insertion(+) 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 $@ -- 2.20.1