[Pkg-awstats-commits] [SCM] awstats Debian packaging branch, master, updated. debian/6.9.dfsg-1-141-ge0f8ec5

Sergey B Kirpichev skirpichev at gmail.com
Sat May 30 11:08:57 UTC 2009


The following commit has been merged in the master branch:
commit 76f791873518211a475b641e17ba7ac96f7e688e
Author: Sergey B Kirpichev <skirpichev at gmail.com>
Date:   Fri May 22 14:00:59 2009 +0400

    Don't unset x bit on /usr/share/awstats/tools/

diff --git a/debian/rules b/debian/rules
index e25902c..941dcee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -83,7 +83,7 @@ binary-post-install/awstats::
 
 # Set scripts executable - and unset other files
 binary-fixup/awstats::
-	find $(DEB_DESTDIR)/usr/share/awstats -type f | xargs -r chmod -x
+	find $(DEB_DESTDIR)/usr/share/awstats/[^t]* -type f | xargs -r chmod -x
 	find $(DEB_DESTDIR)/usr/share/doc/awstats/examples -name *.pl -o -name *.sh | xargs -r chmod +x
 
 # Set example scripts executable - and unset for remaining example files

-- 
awstats Debian packaging



More information about the Pkg-awstats-commits mailing list