summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2010-10-30 17:01:25 +0000
committerOle Markus With <olemarkus@gentoo.org>2010-10-30 17:01:25 +0000
commit9261eceedfdc38cdb366b616af1450c4721813f1 (patch)
tree0ef7b123da818c0763a271f410e4c9b98b925eeb /eclass
parentDrop sparc keywords (diff)
downloadgentoo-2-9261eceedfdc38cdb366b616af1450c4721813f1.tar.gz
gentoo-2-9261eceedfdc38cdb366b616af1450c4721813f1.tar.bz2
gentoo-2-9261eceedfdc38cdb366b616af1450c4721813f1.zip
PEAR packages that comes with scripts installed into /usr/bin now always use /usr/bin/php as interpreter.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/php-pear-lib-r1.eclass4
-rw-r--r--eclass/php-pear-r1.eclass4
2 files changed, 4 insertions, 4 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}"
diff --git a/eclass/php-pear-r1.eclass b/eclass/php-pear-r1.eclass
index c3780ca656d1..7cc9019008a3 100644
--- a/eclass/php-pear-r1.eclass
+++ b/eclass/php-pear-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-r1.eclass,v 1.26 2010/07/13 23:50:34 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-r1.eclass,v 1.27 2010/10/30 17:01:25 olemarkus Exp $
#
# Author: Tal Peer <coredumb@gentoo.org>
# Author: Luca Longinotti <chtekk@gentoo.org>
@@ -60,7 +60,7 @@ php-pear-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}"