diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2010-10-30 17:01:25 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2010-10-30 17:01:25 +0000 |
commit | f167a716cfb2abc3a49397ffc3d4f33fffccfb78 (patch) | |
tree | 1901320567f79b94ea9d1b98463b5e5d43dddea7 /eclass/php-pear-lib-r1.eclass | |
parent | Drop sparc keywords (diff) | |
download | historical-f167a716cfb2abc3a49397ffc3d4f33fffccfb78.tar.gz historical-f167a716cfb2abc3a49397ffc3d4f33fffccfb78.tar.bz2 historical-f167a716cfb2abc3a49397ffc3d4f33fffccfb78.zip |
PEAR packages that comes with scripts installed into /usr/bin now always use /usr/bin/php as interpreter.
Diffstat (limited to 'eclass/php-pear-lib-r1.eclass')
-rw-r--r-- | eclass/php-pear-lib-r1.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php-pear-lib-r1.eclass b/eclass/php-pear-lib-r1.eclass index 8c3ecdf8bfc6..ce8fd7cd0866 100644 --- a/eclass/php-pear-lib-r1.eclass +++ b/eclass/php-pear-lib-r1.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-lib-r1.eclass,v 1.18 2010/07/13 23:48:46 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-lib-r1.eclass,v 1.19 2010/10/30 17:01:25 olemarkus Exp $ # # Author: Luca Longinotti <chtekk@gentoo.org> @@ -33,7 +33,7 @@ php-pear-lib-r1_src_install() { addpredict /var/lib/net-snmp/ addpredict /session_mm_cli0.sem - PHP_BIN="/usr/$(get_libdir)/php5/bin/php" + PHP_BIN="/usr/bin/php" cd "${S}" |