diff options
author | B. Stack <bgstack15@gmail.com> | 2022-01-05 20:26:51 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-01-05 20:26:51 -0500 |
commit | bf420b01c9e885af9e7e0abf0d65a8def70c055c (patch) | |
tree | e9812d8b4556d4457e94a39083c792ba0f55b5e5 /librewolf | |
parent | WIP: fix blank line at end of remove_addons (diff) | |
download | stackrpms-bf420b01c9e885af9e7e0abf0d65a8def70c055c.tar.gz stackrpms-bf420b01c9e885af9e7e0abf0d65a8def70c055c.tar.bz2 stackrpms-bf420b01c9e885af9e7e0abf0d65a8def70c055c.zip |
chmod +x dh
Diffstat (limited to 'librewolf')
-rwxr-xr-x | librewolf/debian/rules | 1 |
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 |