[Pkg-awstats-commits] [SCM] awstats Debian packaging branch, master, updated. debian/6.9.dfsg-1-219-g3b74452
Jonas Smedegaard
dr at jones.dk
Wed Mar 31 07:37:37 UTC 2010
The following commit has been merged in the master branch:
commit 3b74452bfe93b6eeee6eb3f555079a2b43d6bb0c
Author: Jonas Smedegaard <dr at jones.dk>
Date: Wed Mar 31 09:37:29 2010 +0200
Fix typo in build routine. Thanks to Ken Neighbors.
diff --git a/debian/rules b/debian/rules
index 3e8dec7..4525f47 100755
--- a/debian/rules
+++ b/debian/rules
@@ -85,7 +85,7 @@ clean::
# Remove badly coded PDF and superfluous GPL license texts
binary-post-install/awstats::
find $(DEB_DESTDIR) -type f \
- \( -name '*.pdf' -o -name -name COPYING.TXT -o -name LICENSE.TXT \) \
+ \( -name '*.pdf' -o -name COPYING.TXT -o -name LICENSE.TXT \) \
-exec rm '{}' +
# Set scripts executable - and unset other files
--
awstats Debian packaging
More information about the Pkg-awstats-commits
mailing list