[SCM] mapcache branch, jessie, updated. upstream/1.0.0-26-gee206af
Bas Couwenberg
sebastic at xs4all.nl
Fri Jun 21 21:16:39 UTC 2013
The following commit has been merged in the jessie branch:
commit ee206aff8b7bbac787f30dd7fbb9afe8e41efa4a
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Jun 21 22:38:33 2013 +0200
Install header files mode 644
diff --git a/debian/rules b/debian/rules
index 04e0cff..ebeb498 100755
--- a/debian/rules
+++ b/debian/rules
@@ -57,7 +57,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
--
Packaging for MapCache
More information about the Pkg-grass-devel
mailing list