diff options
author | 2004-11-16 10:03:51 +0000 | |
---|---|---|
committer | 2004-11-16 10:03:51 +0000 | |
commit | 6261fb7e7034de5588497043a1a2e7ca861403ce (patch) | |
tree | 343d7d3e5dd2646f2b71445bf12f19f5f98c0a5c /eclass | |
parent | fix bug #68012. (diff) | |
download | historical-6261fb7e7034de5588497043a1a2e7ca861403ce.tar.gz historical-6261fb7e7034de5588497043a1a2e7ca861403ce.tar.bz2 historical-6261fb7e7034de5588497043a1a2e7ca861403ce.zip |
fix bug #71095.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php5-sapi.eclass | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/eclass/php5-sapi.eclass b/eclass/php5-sapi.eclass index 8d828def662a..aa8baa979306 100644 --- a/eclass/php5-sapi.eclass +++ b/eclass/php5-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/php5-sapi.eclass,v 1.31 2004/11/16 07:09:12 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.32 2004/11/16 10:03:51 robbat2 Exp $ # # eclass/php5-sapi.eclass # Eclass for building different php5 SAPI instances @@ -485,9 +485,7 @@ php5-sapi_src_install () { # we only install the following for the PHP_PROVIDER_PKG ebuild if ! php5-sapi_is_providerbuild ; then - rm ${D}/usr/bin/php-config - rm ${D}/usr/bin/phpize - rm ${D}/usr/bin/phpextdist + rm ${D}/usr/bin/{php,phpextdist,phpize,php-config} rm -rf ${D}/usr/lib/php/build rm -rf ${D}/usr/include/php rm -rf ${D}/usr/share/man/man1/php.1* |