summaryrefslogtreecommitdiff
path: root/librewolf/debian/rules
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-06-01 00:28:10 +0000
committerB. Stack <bgstack15@gmail.com>2022-06-01 00:28:10 +0000
commit831ddd811e131d937fe43aac7bd2e2e639fd04c8 (patch)
tree9eab6f7bc29acb210cbf1eb4c9ea261e496f8ed3 /librewolf/debian/rules
parentMerge branch 'freefilesync-bump' into 'master' (diff)
parentfix dsc to use libpulse-dev (diff)
downloadstackrpms-831ddd811e131d937fe43aac7bd2e2e639fd04c8.tar.gz
stackrpms-831ddd811e131d937fe43aac7bd2e2e639fd04c8.tar.bz2
stackrpms-831ddd811e131d937fe43aac7bd2e2e639fd04c8.zip
Merge branch 'librewolf-bump' into 'master'
Librewolf bump See merge request bgstack15/stackrpms!297
Diffstat (limited to 'librewolf/debian/rules')
-rwxr-xr-xlibrewolf/debian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/librewolf/debian/rules b/librewolf/debian/rules
index 43ac8e7..7e353e7 100755
--- a/librewolf/debian/rules
+++ b/librewolf/debian/rules
@@ -350,7 +350,7 @@ override_dh_update_autotools_config:
install binary binary-arch binary-indep: $(filter-out %.pc,$(GENERATED_FILES))
binary binary-arch binary-indep build build-arch build-indep clean install:
- chmod +x debian/dh
+ chmod +x debian/dh || :
debian/dh $@
.PHONY: build clean binary-indep binary-arch binary install
bgstack15