diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2006-01-10 18:38:06 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2006-01-10 18:38:06 +0000 |
commit | 4caa8fdd7ef4e6492a4bba7a7b27b4b0dac17f15 (patch) | |
tree | bf6c4eb711029b58895d212b2d868bae15239f84 /eclass/php4_4-sapi.eclass | |
parent | Move php patches to tarballs. (diff) | |
download | gentoo-2-4caa8fdd7ef4e6492a4bba7a7b27b4b0dac17f15.tar.gz gentoo-2-4caa8fdd7ef4e6492a4bba7a7b27b4b0dac17f15.tar.bz2 gentoo-2-4caa8fdd7ef4e6492a4bba7a7b27b4b0dac17f15.zip |
Move php patches to tarballs.
Diffstat (limited to 'eclass/php4_4-sapi.eclass')
-rw-r--r-- | eclass/php4_4-sapi.eclass | 4 |
1 files changed, 2 insertions, 2 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 |