[Pkg-awstats-commits] [SCM] awstats Debian packaging branch, master, updated. debian/6.9.5_dfsg-5-16-g1114072

Sergey B Kirpichev skirpichev at gmail.com
Fri Mar 4 16:12:04 UTC 2011


The following commit has been merged in the master branch:
commit ca1631f95d5bf19716c2d9a38824048018f28075
Author: Sergey B Kirpichev <skirpichev at gmail.com>
Date:   Fri Mar 4 18:26:47 2011 +0300

    Fix +x bit on *.js in docs/examples

diff --git a/debian/rules b/debian/rules
index 4e0b909..2332dad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -92,7 +92,7 @@ binary-fixup/awstats::
 	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' \) \
+		\( -name '*.css' -o -name '*.xsd' -o -name '*.txt' -o -name '*.xslt' -o -name '*.js' \) \
 		-exec chmod -x '{}' +
 
 # Needed (often/sometimes) at runtime

-- 
awstats Debian packaging



More information about the Pkg-awstats-commits mailing list