diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2006-01-09 15:48:03 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2006-01-09 15:48:03 +0000 |
commit | 5a095c48fa40dbb33fffeb8426d6791bf7c526b1 (patch) | |
tree | 8c97a1752d1d155ca7024389c27c22060337d6ca /eclass | |
parent | Install /etc/pear.conf. (diff) | |
download | gentoo-2-5a095c48fa40dbb33fffeb8426d6791bf7c526b1.tar.gz gentoo-2-5a095c48fa40dbb33fffeb8426d6791bf7c526b1.tar.bz2 gentoo-2-5a095c48fa40dbb33fffeb8426d6791bf7c526b1.zip |
Sync with php-pear-lib-r1.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php-pear-r1.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/php-pear-r1.eclass b/eclass/php-pear-r1.eclass index 62017c12f5ff..6183e91956c8 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.8 2006/01/05 09:11:39 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-r1.eclass,v 1.9 2006/01/09 15:48:03 sebastian Exp $ # # Author: Tal Peer <coredumb@gentoo.org> # Maintained by the PHP Herd <php-bugs@gentoo.org> @@ -60,5 +60,6 @@ php-pear-r1_src_install() { mv "${WORKDIR}/package.xml" "${S}" pear -d php_bin="${PHP_BIN}" install --nodeps --installroot="${D}" "${S}/package.xml" || die "Unable to install PEAR package" rm -rf "${D}/usr/share/php/.filemap" \ - "${D}/usr/share/php/.lock" + "${D}/usr/share/php/.lock" \ + "${D}/usr/share/php/.registry" } |