diff options
author | Michael Stewart <vericgar@gentoo.org> | 2006-03-01 01:38:41 +0000 |
---|---|---|
committer | Michael Stewart <vericgar@gentoo.org> | 2006-03-01 01:38:41 +0000 |
commit | 365e109244c08aefd743ca0e0dea4bb3009132e0 (patch) | |
tree | 8c1bd834394865b2181daecc8679827acd1a0efa /net-www | |
parent | Depend on >=dev-cpp/gtkmm-2.6.2 for bug 124338. Thanks to Jesse Hallam <bugs ... (diff) | |
download | gentoo-2-365e109244c08aefd743ca0e0dea4bb3009132e0.tar.gz gentoo-2-365e109244c08aefd743ca0e0dea4bb3009132e0.tar.bz2 gentoo-2-365e109244c08aefd743ca0e0dea4bb3009132e0.zip |
Fix a typo that caused an unneeded configuration file to be installed
(Portage version: 2.1_pre5-r1)
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/apache/apache-2.2.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/apache/apache-2.2.0-r1.ebuild b/net-www/apache/apache-2.2.0-r1.ebuild index 1fde9b9c44d4..3c7a47d2c343 100644 --- a/net-www/apache/apache-2.2.0-r1.ebuild +++ b/net-www/apache/apache-2.2.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.2.0-r1.ebuild,v 1.2 2006/02/28 05:16:06 vericgar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.2.0-r1.ebuild,v 1.3 2006/03/01 01:38:41 vericgar Exp $ inherit eutils gnuconfig multilib @@ -335,7 +335,7 @@ src_install () { sed -i -e "s:VERSION:${PVR}:" ${D}/etc/apache2/modules.d/00_apache_manual.conf else einfo "USE=-docs :: Removing Manual" - rm ${D}/etc/apache2/modules.d/ + rm ${D}/etc/apache2/modules.d/00_apache_manual.conf rm -rf ${D}/usr/share/doc/${PF}/manual fi |