diff options
author | Matti Bickel <mabi@gentoo.org> | 2010-07-13 23:50:34 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2010-07-13 23:50:34 +0000 |
commit | 027991cc0b31793bccf6609a3737caad1851380a (patch) | |
tree | 72707f3f2f6d096241b28bafbe732ed755658b33 /eclass/php-pear-r1.eclass | |
parent | remove php4 left-overs (diff) | |
download | gentoo-2-027991cc0b31793bccf6609a3737caad1851380a.tar.gz gentoo-2-027991cc0b31793bccf6609a3737caad1851380a.tar.bz2 gentoo-2-027991cc0b31793bccf6609a3737caad1851380a.zip |
remove superflous ;; from php-pear-r1.eclass
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 472b0bba43ec..c3780ca656d1 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.25 2010/07/13 23:48:47 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-r1.eclass,v 1.26 2010/07/13 23:50:34 mabi Exp $ # # Author: Tal Peer <coredumb@gentoo.org> # Author: Luca Longinotti <chtekk@gentoo.org> @@ -60,7 +60,7 @@ php-pear-r1_src_install() { addpredict /var/lib/net-snmp/ addpredict /session_mm_cli0.sem - PHP_BIN="/usr/$(get_libdir)/php5/bin/php" ;; + PHP_BIN="/usr/$(get_libdir)/php5/bin/php" cd "${S}" |