diff options
author | 2005-03-20 21:20:17 +0000 | |
---|---|---|
committer | 2005-03-20 21:20:17 +0000 | |
commit | fba9b49e960080a5f770236fb28ed6150c2693b6 (patch) | |
tree | 88e2422cae342de0f6037b30ca5c5222335c994a /net-www/apache/apache-1.3.33-r1.ebuild | |
parent | Not src_install, but src_compile (diff) | |
download | gentoo-2-fba9b49e960080a5f770236fb28ed6150c2693b6.tar.gz gentoo-2-fba9b49e960080a5f770236fb28ed6150c2693b6.tar.bz2 gentoo-2-fba9b49e960080a5f770236fb28ed6150c2693b6.zip |
Fix arg to epatch.
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-www/apache/apache-1.3.33-r1.ebuild')
-rw-r--r-- | net-www/apache/apache-1.3.33-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/apache/apache-1.3.33-r1.ebuild b/net-www/apache/apache-1.3.33-r1.ebuild index a8d041b6d482..4aa7d0732ac1 100644 --- a/net-www/apache/apache-1.3.33-r1.ebuild +++ b/net-www/apache/apache-1.3.33-r1.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-1.3.33-r1.ebuild,v 1.13 2005/03/20 21:10:44 beu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.33-r1.ebuild,v 1.14 2005/03/20 21:20:17 beu Exp $ # Gentoo ARCH teams # @@ -51,7 +51,7 @@ src_unpack() { cd ${S} || die EPATCH_SUFFIX="patch" - epatch ${WORKDIR}/apache-patches-${PVR} || die + epatch ${WORKDIR}/apache-patches-1.3.33 || die #Obsolete 'head -1' and 'tail -1' calls. ht_fix_file src/Configure src/helpers/getuid.sh \ |