diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-11-28 22:51:03 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-11-28 22:51:03 +0000 |
commit | 1106fad76bf9f2f1f413a1b4922e83e44afb9948 (patch) | |
tree | ba370324a894032768042cc48b1b9de7b718e3f6 /eclass/php5-sapi.eclass | |
parent | Version bump closes bug #72714. (Manifest recommit) (diff) | |
download | gentoo-2-1106fad76bf9f2f1f413a1b4922e83e44afb9948.tar.gz gentoo-2-1106fad76bf9f2f1f413a1b4922e83e44afb9948.tar.bz2 gentoo-2-1106fad76bf9f2f1f413a1b4922e83e44afb9948.zip |
Fix bug #72689/60247.
Diffstat (limited to 'eclass/php5-sapi.eclass')
-rw-r--r-- | eclass/php5-sapi.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php5-sapi.eclass b/eclass/php5-sapi.eclass index aa8baa979306..49f5fdd93f67 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.32 2004/11/16 10:03:51 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.33 2004/11/28 22:51:03 robbat2 Exp $ # # eclass/php5-sapi.eclass # Eclass for building different php5 SAPI instances @@ -485,7 +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,phpextdist,phpize,php-config} + rm -rf ${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* |