diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2012-08-22 15:06:20 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2012-08-22 15:06:20 +0000 |
commit | 49b0fa697fffcad7f8436bac3e591a0c287ee82b (patch) | |
tree | 9c00640bf39ed3f8cd69da8df7c9782b468f6119 /eclass/php-pear-lib-r1.eclass | |
parent | Adding more addpredicts, bug 432248 (diff) | |
download | historical-49b0fa697fffcad7f8436bac3e591a0c287ee82b.tar.gz historical-49b0fa697fffcad7f8436bac3e591a0c287ee82b.tar.bz2 historical-49b0fa697fffcad7f8436bac3e591a0c287ee82b.zip |
Adding more addpredicts, bug 432248
Diffstat (limited to 'eclass/php-pear-lib-r1.eclass')
-rw-r--r-- | eclass/php-pear-lib-r1.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/php-pear-lib-r1.eclass b/eclass/php-pear-lib-r1.eclass index bf6396ad1ef2..e25cdd5426d2 100644 --- a/eclass/php-pear-lib-r1.eclass +++ b/eclass/php-pear-lib-r1.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-lib-r1.eclass,v 1.26 2012/07/03 09:10:00 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-lib-r1.eclass,v 1.27 2012/08/22 15:06:20 olemarkus Exp $ # @ECLASS: php-pear-lib-r1.eclass # @MAINTAINER: @@ -53,6 +53,7 @@ php-pear-lib-r1_src_install() { # SNMP support addpredict /usr/share/snmp/mibs/.index addpredict /var/lib/net-snmp/ + addpredict /var/lib/net-snmp/mib_indexes addpredict /session_mm_cli0.sem PHP_BIN="/usr/bin/php" |