[Pkg-awstats-commits] [SCM] awstats Debian packaging branch, master, updated. debian/6.9.5.dfsg-1-3-g4b0cb63

Sergey B Kirpichev skirpichev at gmail.com
Thu Apr 22 20:20:38 UTC 2010


The following commit has been merged in the master branch:
commit 4b0cb632b86e65d748fdbbb8c474bbae23c36713
Author: Sergey B Kirpichev <skirpichev at gmail.com>
Date:   Fri Apr 23 00:16:10 2010 +0400

    Set up executable bit on awstats_buildstaticpages.pl, thanks to Ken Neighbors.

diff --git a/debian/rules b/debian/rules
index 4525f47..a21daa3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -92,7 +92,7 @@ binary-post-install/awstats::
 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 '{}' +
+		\( -name '*.pl' -o -name '*.sh' \) -exec chmod +x '{}' +
 
 # Needed (often/sometimes) at runtime
 CDBS_RECOMMENDS := libnet-xwhois-perl

-- 
awstats Debian packaging



More information about the Pkg-awstats-commits mailing list