diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-11-11 12:32:10 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-11-11 12:32:10 +0000 |
commit | 4a6590e83b3f63c9f5745fdc72ea020e68666ca8 (patch) | |
tree | 5135495826f40d3dcde2f1dbdec7cfe70eae24f5 /www-misc | |
parent | libnotify plugin requires gtk+:2 even on 1.1, bug #386743 by paul.wap@gmail.com (diff) | |
download | gentoo-2-4a6590e83b3f63c9f5745fdc72ea020e68666ca8.tar.gz gentoo-2-4a6590e83b3f63c9f5745fdc72ea020e68666ca8.tar.bz2 gentoo-2-4a6590e83b3f63c9f5745fdc72ea020e68666ca8.zip |
Fix bug #353716.
(Portage version: 2.2.0_alpha73/cvs/Linux x86_64)
Diffstat (limited to 'www-misc')
-rw-r--r-- | www-misc/awstats/ChangeLog | 8 | ||||
-rw-r--r-- | www-misc/awstats/awstats-7.1-r1.ebuild (renamed from www-misc/awstats/awstats-7.1.ebuild) | 3 |
2 files changed, 9 insertions, 2 deletions
diff --git a/www-misc/awstats/ChangeLog b/www-misc/awstats/ChangeLog index 2e7f40bb13ed..2535ed8cd168 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.22 2011/11/11 11:49:23 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/awstats/ChangeLog,v 1.23 2011/11/11 12:32:10 flameeyes Exp $ + +*awstats-7.1-r1 (11 Nov 2011) + + 11 Nov 2011; Diego E. Pettenò <flameeyes@gentoo.org> +awstats-7.1-r1.ebuild, + -awstats-7.1.ebuild: + Fix bug #353716. *awstats-7.1 (11 Nov 2011) diff --git a/www-misc/awstats/awstats-7.1.ebuild b/www-misc/awstats/awstats-7.1-r1.ebuild index 13101d38ad8c..16182c9dcca2 100644 --- a/www-misc/awstats/awstats-7.1.ebuild +++ b/www-misc/awstats/awstats-7.1-r1.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.ebuild,v 1.1 2011/11/11 11:49:23 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/awstats/awstats-7.1-r1.ebuild,v 1.1 2011/11/11 12:32:10 flameeyes Exp $ EAPI=4 @@ -42,6 +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"):' \ -i {} + || die "find/sed failed" # set default values for directories; use apache log as an example |