summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@gentoo.org>2005-07-13 16:06:04 +0000
committerSebastian Bergmann <sebastian@gentoo.org>2005-07-13 16:06:04 +0000
commit2f9c5960bf6362d08047866127800fb2c62d512c (patch)
treecf15e8c7a3552bc56b17aff87e9ec8c094062444 /eclass/php5-sapi-r1.eclass
parentRemoved versioning; obsolete configure option (diff)
downloadgentoo-2-2f9c5960bf6362d08047866127800fb2c62d512c.tar.gz
gentoo-2-2f9c5960bf6362d08047866127800fb2c62d512c.tar.bz2
gentoo-2-2f9c5960bf6362d08047866127800fb2c62d512c.zip
Update include_path.
Diffstat (limited to 'eclass/php5-sapi-r1.eclass')
-rw-r--r--eclass/php5-sapi-r1.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php5-sapi-r1.eclass b/eclass/php5-sapi-r1.eclass
index cadb88ba1ed8..fc8a4eb07f14 100644
--- a/eclass/php5-sapi-r1.eclass
+++ b/eclass/php5-sapi-r1.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-sapi-r1.eclass,v 1.15 2005/07/13 05:36:32 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r1.eclass,v 1.16 2005/07/13 16:06:04 sebastian Exp $
#
# eclass/php5-sapi-r1.eclass
# Eclass for building different php5 SAPI instances
@@ -467,7 +467,7 @@ php5-sapi-r1_src_install() {
fi
einfo "Setting correct include_path"
- sed -e 's|^;include_path .*|include_path = ".:/usr/lib/php"|' -i ${phpinisrc}
+ sed -e 's|^;include_path .*|include_path = ".:/usr/share/php"|' -i ${phpinisrc}
if useq sharedext; then
for x in `ls ${D}${PHPEXTDIR}/*.so | sort`; do