diff options
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php4_4-sapi.eclass | 4 | ||||
-rw-r--r-- | eclass/php5_0-sapi.eclass | 4 | ||||
-rw-r--r-- | eclass/php5_1-sapi.eclass | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/eclass/php4_4-sapi.eclass b/eclass/php4_4-sapi.eclass index 1569150d1e37..4213807c7de2 100644 --- a/eclass/php4_4-sapi.eclass +++ b/eclass/php4_4-sapi.eclass @@ -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/eclass/php4_4-sapi.eclass,v 1.8 2006/01/04 11:44:55 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php4_4-sapi.eclass,v 1.9 2006/01/10 18:38:06 chtekk Exp $ # # ######################################################################## # @@ -243,7 +243,7 @@ php4_4-sapi_src_unpack() { # lib64 support if [ -n "${LIB64_PATCH}" ] ; then - epatch "${FILESDIR}/${LIB64_PATCH}" + epatch "${WORKDIR}/${LIB64_PATCH}" else ewarn "There is no lib64 patch available for this PHP release yet!" fi diff --git a/eclass/php5_0-sapi.eclass b/eclass/php5_0-sapi.eclass index 6491c519c58b..b6a2537f9782 100644 --- a/eclass/php5_0-sapi.eclass +++ b/eclass/php5_0-sapi.eclass @@ -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/eclass/php5_0-sapi.eclass,v 1.10 2006/01/04 18:00:27 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5_0-sapi.eclass,v 1.11 2006/01/10 18:38:06 chtekk Exp $ # # ######################################################################## # @@ -248,7 +248,7 @@ php5_0-sapi_src_unpack() { # lib64 support if [ -n "${LIB64_PATCH}" ] ; then - epatch "${FILESDIR}/${LIB64_PATCH}" + epatch "${WORKDIR}/${LIB64_PATCH}" else ewarn "There is no lib64 patch available for this PHP release yet!" fi diff --git a/eclass/php5_1-sapi.eclass b/eclass/php5_1-sapi.eclass index 5ba08e3fa31a..7d0e6cd56985 100644 --- a/eclass/php5_1-sapi.eclass +++ b/eclass/php5_1-sapi.eclass @@ -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/eclass/php5_1-sapi.eclass,v 1.10 2006/01/04 18:00:27 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5_1-sapi.eclass,v 1.11 2006/01/10 18:38:06 chtekk Exp $ # # ######################################################################## # @@ -255,7 +255,7 @@ php5_1-sapi_src_unpack() { # lib64 support if [ -n "${LIB64_PATCH}" ] ; then - epatch "${FILESDIR}/${LIB64_PATCH}" + epatch "${WORKDIR}/${LIB64_PATCH}" else ewarn "There is no lib64 patch available for this PHP release yet!" fi |