diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2007-11-29 18:43:31 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2007-11-29 18:43:31 +0000 |
commit | 06fc694f35ab95614fc6427f60011d7a86cbd706 (patch) | |
tree | bf5168546cfa497637345b3171b92491e9871b89 /eclass/apache-2.eclass | |
parent | Reverting applying the libattr patch (which does not work as intended for 2.20). (diff) | |
download | historical-06fc694f35ab95614fc6427f60011d7a86cbd706.tar.gz historical-06fc694f35ab95614fc6427f60011d7a86cbd706.tar.bz2 historical-06fc694f35ab95614fc6427f60011d7a86cbd706.zip |
Fix #200736 and man-page installation
Diffstat (limited to 'eclass/apache-2.eclass')
-rw-r--r-- | eclass/apache-2.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass index 8140d1d20c28..a69153d9d35b 100644 --- a/eclass/apache-2.eclass +++ b/eclass/apache-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v 1.1 2007/11/28 13:04:12 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v 1.2 2007/11/29 18:43:31 hollow Exp $ # @ECLASS: apache-2 # @MAINTAINER: apache-devs@gentoo.org @@ -311,7 +311,7 @@ check_upgrade() { eerror "(${ROOT}etc/apache2/apache2-builtin-mods) exists on your" eerror "system." eerror - eerror "Please read http://www.gentoo.org/proj/en/apache/upgrade.xml" + eerror "Please read http://www.gentoo.org/doc/en/apache-upgrading.xml" eerror "for detailed information how to convert this file to the new" eerror "APACHE2_MODULES USE_EXPAND variable." eerror @@ -379,6 +379,7 @@ apache-2_src_unpack() { # apache2.8 instead of httpd.8 (bug #194828) mv docs/man/{httpd,apache2}.8 + sed -i -e 's/httpd\.8/apache2.8/g' Makefile.in } # @FUNCTION: apache-2_src_compile |