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

Jonas Smedegaard dr at jones.dk
Fri Sep 4 16:37:56 UTC 2009


The following commit has been merged in the master branch:
commit 5f9b03c8fb11f39b58e69303af8ccfc7085529ef
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Sep 4 17:28:03 2009 +0200

    Fix set x bit on tools and examples (and unset elsewhere).

diff --git a/debian/rules b/debian/rules
index 2470945..d42a9b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -94,8 +94,9 @@ binary-post-install/awstats::
 
 # Set scripts executable - and unset other files
 binary-fixup/awstats::
-	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
+	find $(DEB_DESTDIR)/usr/share/awstats -type f | xargs -r chmod -x
+	find $(DEB_DESTDIR)/usr/share/awstats/tools $(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
 binary-fixup/awstats::

-- 
awstats Debian packaging



More information about the Pkg-awstats-commits mailing list