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, 0 insertions, 1 deletions
diff --git a/librewolf/debian/rules b/librewolf/debian/rules
index 863a154..7355213 100755
--- a/librewolf/debian/rules
+++ b/librewolf/debian/rules
@@ -8,7 +8,6 @@ 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