diff options
author | 2003-12-25 03:01:57 +0000 | |
---|---|---|
committer | 2003-12-25 03:01:57 +0000 | |
commit | 016d7df28e5d7f533084b0ec0fffd7b7690e5e09 (patch) | |
tree | b9cbf563c93ba9653a5e8cf4ee4d92682736e3f7 /eclass | |
parent | fix whitespace. (diff) | |
download | gentoo-2-016d7df28e5d7f533084b0ec0fffd7b7690e5e09.tar.gz gentoo-2-016d7df28e5d7f533084b0ec0fffd7b7690e5e09.tar.bz2 gentoo-2-016d7df28e5d7f533084b0ec0fffd7b7690e5e09.zip |
fix snmp bug
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php-pear.eclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/php-pear.eclass b/eclass/php-pear.eclass index 1f20b71bbaa5..a7964afc8045 100644 --- a/eclass/php-pear.eclass +++ b/eclass/php-pear.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear.eclass,v 1.3 2003/12/23 11:33:42 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear.eclass,v 1.4 2003/12/25 03:01:57 robbat2 Exp $ # # Author: Tal Peer <coredumb@gentoo.org> # @@ -38,6 +38,9 @@ PEAR_PN=${PHP_PEAR_PKG_NAME}-${PEAR_PV} S="${WORKDIR}/${PEAR_PN}" php-pear_src_install () { + # SNMP is nuts sometimes + addpredict /usr/share/snmp/mibs/.index + cd ${S} mv ${WORKDIR}/package.xml ${S} pear install --nodeps -R ${D} ${S}/package.xml || die |