From bf420b01c9e885af9e7e0abf0d65a8def70c055c Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Wed, 5 Jan 2022 20:26:51 -0500 Subject: chmod +x dh --- librewolf/debian/rules | 1 + 1 file changed, 1 insertion(+) (limited to 'librewolf') 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 -- cgit