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 | |
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')
-rw-r--r-- | eclass/php5-sapi-r1.eclass | 4 | ||||
-rw-r--r-- | eclass/php5-sapi-r2.eclass | 4 | ||||
-rw-r--r-- | eclass/php5-sapi-r3.eclass | 4 |
3 files changed, 6 insertions, 6 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 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 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 |