summaryrefslogtreecommitdiff
path: root/librewolf
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-01-05 20:26:51 -0500
committerB. Stack <bgstack15@gmail.com>2022-01-05 20:26:51 -0500
commitbf420b01c9e885af9e7e0abf0d65a8def70c055c (patch)
treee9812d8b4556d4457e94a39083c792ba0f55b5e5 /librewolf
parentWIP: fix blank line at end of remove_addons (diff)
downloadstackrpms-bf420b01c9e885af9e7e0abf0d65a8def70c055c.tar.gz
stackrpms-bf420b01c9e885af9e7e0abf0d65a8def70c055c.tar.bz2
stackrpms-bf420b01c9e885af9e7e0abf0d65a8def70c055c.zip
chmod +x dh
Diffstat (limited to 'librewolf')
-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