Try to add /usr/local/bin to the path
authorArjen Baart <arjen@andromeda.nl>
Fri, 15 May 2020 05:56:10 +0000 (07:56 +0200)
committerArjen Baart <arjen@andromeda.nl>
Fri, 15 May 2020 05:56:10 +0000 (07:56 +0200)
debian/rules

index cbe925d..b2f4e74 100755 (executable)
@@ -1,3 +1,4 @@
 #!/usr/bin/make -f
 %:
+       export PATH=/usr/local/bin:$PATH
        dh $@