summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2004-08-03 02:51:20 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2004-08-03 02:51:20 +0000
commitbf14f5ded369fa1fca6dc50f73f613ddbde9948b (patch)
tree51ad4c04dacc99c480309da0ed34376252efa108 /eclass/php-sapi.eclass
parentver bump #59030 (diff)
downloadhistorical-bf14f5ded369fa1fca6dc50f73f613ddbde9948b.tar.gz
historical-bf14f5ded369fa1fca6dc50f73f613ddbde9948b.tar.bz2
historical-bf14f5ded369fa1fca6dc50f73f613ddbde9948b.zip
fix bug #59203.
Diffstat (limited to 'eclass/php-sapi.eclass')
-rw-r--r--eclass/php-sapi.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php-sapi.eclass b/eclass/php-sapi.eclass
index 6a22c401c673..059abf35b0e1 100644
--- a/eclass/php-sapi.eclass
+++ b/eclass/php-sapi.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.45 2004/07/29 06:29:15 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.46 2004/08/03 02:51:20 robbat2 Exp $
# Author: Robin H. Johnson <robbat2@gentoo.org>
inherit eutils flag-o-matic
@@ -527,7 +527,7 @@ php-sapi_src_install() {
mv ${D}/usr/bin/php-config ${D}/usr/bin/php-config.${PN}
# these files are provided solely by the PHP provider ebuild
php-sapi_is_providerbuild && dosym /usr/bin/php-config.${PN} /usr/bin/php-config
- php-sapi_is_providerbuild || rm -rf ${D}/usr/bin/{phpize,phpextdist} ${D}/usr/lib/php/build
+ php-sapi_is_providerbuild || rm -rf ${D}/usr/bin/{phpize,phpextdist} ${D}/usr/lib/php/build ${D}/usr/bin/php
# get the extension dir
PHPEXTDIR="`${D}/usr/bin/php-config.${PN} --extension-dir`"