[debian-edu-commits] debian-edu/pkg-team/ 03/05: debian/rules: Permission fix for template.html (in examples/ folder).

Mike Gabriel sunweaver at debian.org
Wed Sep 7 13:54:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository e2guardian.

commit 2a8a1d2d0e9db9f61bb28e513d8eed847d4160dd
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Sep 7 15:48:42 2016 +0200

    debian/rules: Permission fix for template.html (in examples/ folder).
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 8a32a7d..8dc58be 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,6 +30,10 @@ override_dh_auto_configure:
 override_dh_install:
 	dh_install --fail-missing
 
+override_dh_installexamples:
+	dh_installexamples
+	chmod a-x debian/e2guardian/usr/share/doc/e2guardian/examples/template.html
+
 override_dh_auto_install:
 	dh_auto_install
 	mkdir -p debian/e2guardian/etc/e2guardian/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/e2guardian.git



More information about the debian-edu-commits mailing list