summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@gentoo.org>2005-09-13 16:07:50 +0000
committerSebastian Bergmann <sebastian@gentoo.org>2005-09-13 16:07:50 +0000
commitebe331df2d199e1e5e65f6e46373813563e92d0a (patch)
tree24c6333fed141680235e639ef1aa36a9eb387fb1 /eclass
parentMark 0.9.11 stable on alpha (diff)
downloadgentoo-2-ebe331df2d199e1e5e65f6e46373813563e92d0a.tar.gz
gentoo-2-ebe331df2d199e1e5e65f6e46373813563e92d0a.tar.bz2
gentoo-2-ebe331df2d199e1e5e65f6e46373813563e92d0a.zip
Fix bug #105756.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/php-pear-r1.eclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/php-pear-r1.eclass b/eclass/php-pear-r1.eclass
index 31fcb771b1b8..33f403723623 100644
--- a/eclass/php-pear-r1.eclass
+++ b/eclass/php-pear-r1.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-r1.eclass,v 1.4 2005/09/11 16:39:10 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-r1.eclass,v 1.5 2005/09/13 16:07:50 sebastian Exp $
#
# Author: Tal Peer <coredumb@gentoo.org>
#
@@ -45,4 +45,6 @@ php-pear-r1_src_install() {
cd ${S}
mv ${WORKDIR}/package.xml ${S}
pear install --nodeps --installroot=${D} ${S}/package.xml || die "Unable to install PEAR package"
+ rm ${D}/usr/share/php/.filemap
+ rm ${D}/usr/share/php/.lock
}