[Pkg-awstats-commits] [SCM] awstats Debian packaging branch, master, updated. debian/6.9.5_dfsg-5-10-gbabebf9
Sergey B Kirpichev
skirpichev at gmail.com
Thu Mar 3 08:41:33 UTC 2011
The following commit has been merged in the master branch:
commit 8f30f3362b5f79dc28000056f7ef1789cb8279c4
Author: Sergey B Kirpichev <skirpichev at gmail.com>
Date: Thu Mar 3 02:59:06 2011 +0300
Fix permissions in examples
diff --git a/debian/rules b/debian/rules
index 1a48d23..4e0b909 100755
--- a/debian/rules
+++ b/debian/rules
@@ -91,6 +91,9 @@ binary-fixup/awstats::
find $(DEB_DESTDIR)/usr/share/awstats -type f -exec chmod -x '{}' +
find $(DEB_DESTDIR)/usr/share/awstats/tools $(DEB_DESTDIR)/usr/share/doc/awstats/examples \
\( -name '*.pl' -o -name '*.sh' \) -exec chmod +x '{}' +
+ find $(DEB_DESTDIR)/usr/share/doc/awstats/examples \
+ \( -name '*.css' -o -name '*.xsd' -o -name '*.txt' -o -name '*.xslt' \) \
+ -exec chmod -x '{}' +
# Needed (often/sometimes) at runtime
# * Recent coreutils needed for cron scripts (doing mktemp --tmpdir)
--
awstats Debian packaging
More information about the Pkg-awstats-commits
mailing list