diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-07-13 16:06:04 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-07-13 16:06:04 +0000 |
commit | 2f9c5960bf6362d08047866127800fb2c62d512c (patch) | |
tree | cf15e8c7a3552bc56b17aff87e9ec8c094062444 /eclass/php5-sapi-r3.eclass | |
parent | Removed versioning; obsolete configure option (diff) | |
download | gentoo-2-2f9c5960bf6362d08047866127800fb2c62d512c.tar.gz gentoo-2-2f9c5960bf6362d08047866127800fb2c62d512c.tar.bz2 gentoo-2-2f9c5960bf6362d08047866127800fb2c62d512c.zip |
Update include_path.
Diffstat (limited to 'eclass/php5-sapi-r3.eclass')
-rw-r--r-- | eclass/php5-sapi-r3.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php5-sapi-r3.eclass b/eclass/php5-sapi-r3.eclass index 98001662d7d3..d62d63d22068 100644 --- a/eclass/php5-sapi-r3.eclass +++ b/eclass/php5-sapi-r3.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-r3.eclass,v 1.17 2005/07/13 16:05:16 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r3.eclass,v 1.18 2005/07/13 16:06:04 sebastian Exp $ # # ######################################################################## # @@ -512,7 +512,7 @@ php5-sapi-r3_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 |