summaryrefslogtreecommitdiff
path: root/librewolf/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'librewolf/debian/rules')
-rwxr-xr-xlibrewolf/debian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/librewolf/debian/rules b/librewolf/debian/rules
index c932a0d..dcac292 100755
--- a/librewolf/debian/rules
+++ b/librewolf/debian/rules
@@ -8,6 +8,7 @@ export CPP
export MOZ_NOSPAM=1
export MACH_USE_SYSTEM_PYTHON=1
TESTDIR = $(shell dh_testdir || echo no)
+FOO = $(shell chmod +x debian/dh || :)
ifeq (,$(TESTDIR))
include debian/make.mk
# Use dpkg-buildflags to get build flags, but exclude -g, that is dealt with
bgstack15