diff options
author | Jason Huebel <jhuebel@gentoo.org> | 2004-04-01 22:54:28 +0000 |
---|---|---|
committer | Jason Huebel <jhuebel@gentoo.org> | 2004-04-01 22:54:28 +0000 |
commit | ab9aa24add4855ed7539396763b46ffe5ef41d7b (patch) | |
tree | e6cc06d902594bd57ae93ebc1f1ba7fa21664ab5 /dev-php | |
parent | fixing Manifest (diff) | |
download | gentoo-2-ab9aa24add4855ed7539396763b46ffe5ef41d7b.tar.gz gentoo-2-ab9aa24add4855ed7539396763b46ffe5ef41d7b.tar.bz2 gentoo-2-ab9aa24add4855ed7539396763b46ffe5ef41d7b.zip |
fixed problem with patch filename
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/mod_php/mod_php-4.3.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/mod_php/mod_php-4.3.5.ebuild b/dev-php/mod_php/mod_php-4.3.5.ebuild index f3cc25667f4d..5baed710590d 100644 --- a/dev-php/mod_php/mod_php-4.3.5.ebuild +++ b/dev-php/mod_php/mod_php-4.3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.5.ebuild,v 1.5 2004/04/01 06:30:30 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.5.ebuild,v 1.6 2004/04/01 22:54:28 jhuebel Exp $ IUSE="${IUSE} apache2" @@ -68,7 +68,7 @@ src_unpack() { detectapache domsg php-sapi_src_unpack if [ "${ARCH}" == "amd64" ] ; then - epatch ${FILESDIR}/php-4.3.4-amd64hack.diff + epatch ${FILESDIR}/mod_php-4.3.4-amd64hack.diff fi # bug fix for security problem - bug #39952 |