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 | 8d79b07d780160bde18b2e6019f9ca48423c9ded (patch) | |
tree | 8d30ad51ee0aab6c5cc1abb18afa895a47a2f812 /eclass/php4_4-sapi.eclass | |
parent | Move php patches to tarballs. (diff) | |
download | historical-8d79b07d780160bde18b2e6019f9ca48423c9ded.tar.gz historical-8d79b07d780160bde18b2e6019f9ca48423c9ded.tar.bz2 historical-8d79b07d780160bde18b2e6019f9ca48423c9ded.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 |