summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2011-11-11 17:31:21 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2011-11-11 17:31:21 +0000
commit3f0836a67693f8b578a726fae6622c7e6caeec63 (patch)
tree2d7ab51b7004dacfe1187ff371fcbeb2bfb6c01d /www-misc/awstats
parentRun as a dedicated user instead of nobody, bug #360177. (diff)
downloadgentoo-2-3f0836a67693f8b578a726fae6622c7e6caeec63.tar.gz
gentoo-2-3f0836a67693f8b578a726fae6622c7e6caeec63.tar.bz2
gentoo-2-3f0836a67693f8b578a726fae6622c7e6caeec63.zip
Properly fix the mistake.
(Portage version: 2.2.0_alpha73/cvs/Linux x86_64)
Diffstat (limited to 'www-misc/awstats')
-rw-r--r--www-misc/awstats/ChangeLog8
-rw-r--r--www-misc/awstats/awstats-7.1-r2.ebuild (renamed from www-misc/awstats/awstats-7.1-r1.ebuild)6
2 files changed, 10 insertions, 4 deletions
diff --git a/www-misc/awstats/ChangeLog b/www-misc/awstats/ChangeLog
index 2535ed8cd168..68c4250108df 100644
--- a/www-misc/awstats/ChangeLog
+++ b/www-misc/awstats/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for www-misc/awstats
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/awstats/ChangeLog,v 1.23 2011/11/11 12:32:10 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/awstats/ChangeLog,v 1.24 2011/11/11 17:31:21 flameeyes Exp $
+
+*awstats-7.1-r2 (11 Nov 2011)
+
+ 11 Nov 2011; Diego E. Pettenò <flameeyes@gentoo.org> +awstats-7.1-r2.ebuild,
+ -awstats-7.1-r1.ebuild:
+ Properly fix the mistake.
*awstats-7.1-r1 (11 Nov 2011)
diff --git a/www-misc/awstats/awstats-7.1-r1.ebuild b/www-misc/awstats/awstats-7.1-r2.ebuild
index 16182c9dcca2..04e3ed9249f0 100644
--- a/www-misc/awstats/awstats-7.1-r1.ebuild
+++ b/www-misc/awstats/awstats-7.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/awstats/awstats-7.1-r1.ebuild,v 1.1 2011/11/11 12:32:10 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/awstats/awstats-7.1-r2.ebuild,v 1.1 2011/11/11 17:31:21 flameeyes Exp $
EAPI=4
@@ -42,7 +42,7 @@ src_prepare() {
# change default installation directory
find . -type f -exec sed \
-e "s#/usr/local/awstats/wwwroot#/usr/share/awstats/wwwroot#g" \
- -e '/PossibleLibDir/s:(.*):("/usr/share/awstats/wwwroot/lib"):' \
+ -e '/PossibleLibDir/s:(.*):("/usr/share/awstats/wwwroot/cgi-bin/lib"):' \
-i {} + || die "find/sed failed"
# set default values for directories; use apache log as an example
@@ -83,7 +83,7 @@ src_install() {
"${S}"/wwwroot/classes/src || die
insinto /usr/share/awstats
- doins -r wwwroot || die
+ doins -r wwwroot
chmod +x "${D}"/usr/share/awstats/wwwroot/cgi-bin/*.pl
cd "${S}"/tools