[zoo-project] 11/23: Remove executable bit (executable-not-elf-or-script).
Bas Couwenberg
sebastic at debian.org
Sun Jun 26 17:27:46 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository zoo-project.
commit 99dc73a46c098549780b89ce3d5d52498245db80
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun Jun 26 00:21:55 2016 +0200
Remove executable bit (executable-not-elf-or-script).
---
debian/rules | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/debian/rules b/debian/rules
index d54261a..fcc1916 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,5 +23,9 @@ override_dh_auto_install:
install -m755 $(CURDIR)/zoo-project/zoo-services/ogr/base-vect-ops-py/cgi-env/ogr_sp.py $(CURDIR)/debian/tmp/usr/lib/cgi-bin/
-mv -v $(CURDIR)/zoo-project/zoo-services/ogr/base-vect-ops-py/cgi-env/*.zcfg $(CURDIR)/debian/tmp/usr/lib/cgi-bin/
+ # Remove executable bit
+ chmod -x $(CURDIR)/debian/tmp/usr/lib/cgi-bin/*.zcfg
+ chmod -x $(CURDIR)/debian/tmp/usr/lib/cgi-bin/ogr_sp.py
+
#override_dh_auto_clean:
# dh_auto_clean --builddirectory zoo-project/zoo-kernel
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/zoo-project.git
More information about the Pkg-grass-devel
mailing list