summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2006-01-10 18:38:06 +0000
committerLuca Longinotti <chtekk@gentoo.org>2006-01-10 18:38:06 +0000
commit8d79b07d780160bde18b2e6019f9ca48423c9ded (patch)
tree8d30ad51ee0aab6c5cc1abb18afa895a47a2f812 /eclass/php5_0-sapi.eclass
parentMove php patches to tarballs. (diff)
downloadhistorical-8d79b07d780160bde18b2e6019f9ca48423c9ded.tar.gz
historical-8d79b07d780160bde18b2e6019f9ca48423c9ded.tar.bz2
historical-8d79b07d780160bde18b2e6019f9ca48423c9ded.zip
Move php patches to tarballs.
Diffstat (limited to 'eclass/php5_0-sapi.eclass')
-rw-r--r--eclass/php5_0-sapi.eclass4
1 files changed, 2 insertions, 2 deletions
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