diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-09-08 10:49:51 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-09-08 10:49:51 +0000 |
commit | 98120d5e09f185edba0948ae4817fc26dd65c40c (patch) | |
tree | 4bef54c0ef28dbcb1fb732a6696ce78f33496941 /eclass/php-pear-r1.eclass | |
parent | Too much unmasked (diff) | |
download | historical-98120d5e09f185edba0948ae4817fc26dd65c40c.tar.gz historical-98120d5e09f185edba0948ae4817fc26dd65c40c.tar.bz2 historical-98120d5e09f185edba0948ae4817fc26dd65c40c.zip |
Fix 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 d4b27c5131e1..9a6d31290606 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.1 2005/09/04 12:57:44 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-r1.eclass,v 1.2 2005/09/08 10:49:51 sebastian Exp $ # # Author: Tal Peer <coredumb@gentoo.org> # @@ -37,7 +37,7 @@ PEAR_PN=${PHP_PEAR_PKG_NAME}-${PEAR_PV} [ -z "${HOMEPAGE}" ] && HOMEPAGE="http://pear.php.net/${PHP_PEAR_PKG_NAME}" S="${WORKDIR}/${PEAR_PN}" -php-pear_src_install() { +php-pear_src_install-r1() { # SNMP is nuts sometimes addpredict /usr/share/snmp/mibs/.index addpredict /var/lib/net-snmp/ |