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
commita53fcb0aa253eda25a9738dd16ad13864d9bf3cb (patch)
tree1008a7c22c08f46360985acdeb98289d0ba0391e /eclass/php5-sapi.eclass
parentVersion bump closes bug #72714. (diff)
downloadhistorical-a53fcb0aa253eda25a9738dd16ad13864d9bf3cb.tar.gz
historical-a53fcb0aa253eda25a9738dd16ad13864d9bf3cb.tar.bz2
historical-a53fcb0aa253eda25a9738dd16ad13864d9bf3cb.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*