diff options
author | 2004-11-16 10:03:51 +0000 | |
---|---|---|
committer | 2004-11-16 10:03:51 +0000 | |
commit | df6b167ba29f3e07dc29537825692a7cc638bcfe (patch) | |
tree | 9dc62b68c06328b4c83b908ad312b13916345bd4 /eclass | |
parent | fix bug #68012. (Manifest recommit) (diff) | |
download | gentoo-2-df6b167ba29f3e07dc29537825692a7cc638bcfe.tar.gz gentoo-2-df6b167ba29f3e07dc29537825692a7cc638bcfe.tar.bz2 gentoo-2-df6b167ba29f3e07dc29537825692a7cc638bcfe.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* |