Skip to content
Snippets Groups Projects
Commit 717d5b00 authored by intrigeri's avatar intrigeri
Browse files

Use chmod a-x instead of chmod -x, to avoid build failure with strict umasks (Closes: #726097).

parent 35990be3
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,8 @@ TMP = $(CURDIR)/debian/$(PACKAGE)
override_dh_auto_install:
dh_auto_install
chmod -x $(TMP)/usr/lib/backupninja/parseini
chmod -x $(TMP)/usr/lib/backupninja/vserver
chmod a-x $(TMP)/usr/lib/backupninja/parseini
chmod a-x $(TMP)/usr/lib/backupninja/vserver
rm $(TMP)/usr/share/backupninja/example.*
override_dh_compress:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment