diff options
author | Michael Stewart <vericgar@gentoo.org> | 2005-09-20 21:17:58 +0000 |
---|---|---|
committer | Michael Stewart <vericgar@gentoo.org> | 2005-09-20 21:17:58 +0000 |
commit | 96386d198e072a5d6f16d878f68f91566f083c2d (patch) | |
tree | ed047a6bc77be361a4f965862ea20ab9cfe22871 /net-www/apache/apache-2.0.54-r31.ebuild | |
parent | tidy (diff) | |
download | gentoo-2-96386d198e072a5d6f16d878f68f91566f083c2d.tar.gz gentoo-2-96386d198e072a5d6f16d878f68f91566f083c2d.tar.bz2 gentoo-2-96386d198e072a5d6f16d878f68f91566f083c2d.zip |
Correct typo - fixes bug #106522
(Portage version: 2.0.52-r1)
Diffstat (limited to 'net-www/apache/apache-2.0.54-r31.ebuild')
-rw-r--r-- | net-www/apache/apache-2.0.54-r31.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/apache/apache-2.0.54-r31.ebuild b/net-www/apache/apache-2.0.54-r31.ebuild index 46f47176385a..40e4de9104b0 100644 --- a/net-www/apache/apache-2.0.54-r31.ebuild +++ b/net-www/apache/apache-2.0.54-r31.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.54-r31.ebuild,v 1.8 2005/09/19 20:00:30 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.54-r31.ebuild,v 1.9 2005/09/20 21:17:58 vericgar Exp $ inherit eutils gnuconfig multilib @@ -346,7 +346,7 @@ pkg_postinst() { einfo "You should also at this time rebuild all your modules" einfo einfo "For more information, see" - einfo " http://www.gentoo.org/proj/en/apache/upgrading.xml" + einfo " http://www.gentoo.org/proj/en/apache-upgrading.xml" einfo fi |