diff options
author | B. Stack <bgstack15@gmail.com> | 2022-06-01 00:28:10 +0000 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-06-01 00:28:10 +0000 |
commit | 831ddd811e131d937fe43aac7bd2e2e639fd04c8 (patch) | |
tree | 9eab6f7bc29acb210cbf1eb4c9ea261e496f8ed3 /librewolf/debian/rules | |
parent | Merge branch 'freefilesync-bump' into 'master' (diff) | |
parent | fix dsc to use libpulse-dev (diff) | |
download | stackrpms-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-x | librewolf/debian/rules | 2 |
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 |