[mapcache] 06/43: Install header files mode 644
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Thu Jun 25 20:52:29 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch wheezy-backports
in repository mapcache.
commit 31cbed182cdd09cfaa9ad58e3bb18b360737c710
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Jun 21 22:38:33 2013 +0200
Install header files mode 644
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index b417a6b..df15f9b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -63,7 +63,7 @@ override_dh_auto_install:
# libmapcache-dev headers
-mkdir -p $(CURDIR)/debian/tmp/usr/include/mapcache/
- install -m755 $(CURDIR)/include/*.h $(CURDIR)/debian/tmp/usr/include/mapcache/
+ install -m 644 $(CURDIR)/include/*.h $(CURDIR)/debian/tmp/usr/include/mapcache/
# Install apache module
install -d $(CURDIR)/debian/tmp/etc/apache2/mods-available
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapcache.git
More information about the Pkg-grass-devel
mailing list