diff options
author | 2009-01-12 23:09:46 +0000 | |
---|---|---|
committer | 2009-01-12 23:09:46 +0000 | |
commit | 6f5f218865f8bccb88e659674e528846642748d9 (patch) | |
tree | b1b9e55b82f05bc71effb16424c38ebeb2244db1 /eclass/php-pear-r1.eclass | |
parent | Import fix for ksquares-4.1.3 from kde-testing (diff) | |
download | historical-6f5f218865f8bccb88e659674e528846642748d9.tar.gz historical-6f5f218865f8bccb88e659674e528846642748d9.tar.bz2 historical-6f5f218865f8bccb88e659674e528846642748d9.zip |
whitespace
Diffstat (limited to 'eclass/php-pear-r1.eclass')
-rw-r--r-- | eclass/php-pear-r1.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php-pear-r1.eclass b/eclass/php-pear-r1.eclass index 1dfc4ed190e5..5760b4dc7ab3 100644 --- a/eclass/php-pear-r1.eclass +++ b/eclass/php-pear-r1.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.21 2008/03/19 09:27:28 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-r1.eclass,v 1.22 2009/01/12 23:09:02 maekke Exp $ # # Author: Tal Peer <coredumb@gentoo.org> # Author: Luca Longinotti <chtekk@gentoo.org> @@ -71,7 +71,7 @@ php-pear-r1_src_install() { esac cd "${S}" - + if [[ -f "${WORKDIR}"/package2.xml ]] ; then mv -f "${WORKDIR}/package2.xml" "${S}" if has_version '>=dev-php/PEAR-PEAR-1.7.0' ; then |