[Pkg-awstats-commits] [SCM] awstats Debian packaging branch, master, updated. debian/7.0_dfsg-7-18-g0dae02c

Sergey B Kirpichev skirpichev at gmail.com
Sun Feb 24 22:21:58 UTC 2013


The following commit has been merged in the master branch:
commit 85b6e857b5b40774fb45023c44f938aff2122177
Author: Sergey B Kirpichev <skirpichev at gmail.com>
Date:   Sun Dec 16 14:30:37 2012 +0400

    Fix executable bit on awstats.pl

diff --git a/debian/rules b/debian/rules
index 2332dad..e98f170 100755
--- a/debian/rules
+++ b/debian/rules
@@ -94,6 +94,7 @@ binary-fixup/awstats::
 	find $(DEB_DESTDIR)/usr/share/doc/awstats/examples \
 		\( -name '*.css' -o -name '*.xsd' -o -name '*.txt' -o -name '*.xslt' -o -name '*.js' \) \
 		-exec chmod -x '{}' +
+	chmod +x $(DEB_DESTDIR)/usr/lib/cgi-bin/awstats.pl
 
 # 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