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 | 9a21736e49a68b8b2a10ec39d1ca42a144671d30 (patch) | |
tree | 3f034478c94f5ca8d5316a0e6820b853ae0b99a1 /eclass/php5-sapi-r2.eclass | |
parent | Removed versioning; obsolete configure option (diff) | |
download | historical-9a21736e49a68b8b2a10ec39d1ca42a144671d30.tar.gz historical-9a21736e49a68b8b2a10ec39d1ca42a144671d30.tar.bz2 historical-9a21736e49a68b8b2a10ec39d1ca42a144671d30.zip |
Update include_path.
Diffstat (limited to 'eclass/php5-sapi-r2.eclass')
-rw-r--r-- | eclass/php5-sapi-r2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php5-sapi-r2.eclass b/eclass/php5-sapi-r2.eclass index 2b0bb9faea53..e6536a4597be 100644 --- a/eclass/php5-sapi-r2.eclass +++ b/eclass/php5-sapi-r2.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-r2.eclass,v 1.29 2005/07/13 16:05:16 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r2.eclass,v 1.30 2005/07/13 16:06:04 sebastian Exp $ # # eclass/php5-sapi-r2.eclass # Eclass for building different php5 SAPI instances @@ -510,7 +510,7 @@ php5-sapi-r2_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 |