summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2004-11-28 22:51:03 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2004-11-28 22:51:03 +0000
commit1106fad76bf9f2f1f413a1b4922e83e44afb9948 (patch)
treeba370324a894032768042cc48b1b9de7b718e3f6 /eclass/php5-sapi.eclass
parentVersion bump closes bug #72714. (Manifest recommit) (diff)
downloadgentoo-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.eclass4
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*