From: Michael Tremer Date: Sat, 5 Sep 2009 10:06:54 +0000 (+0200) Subject: net-snmp: Installation of config goes here. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dc6d4714fc557bcce41d1a656db27571fedeec6;p=ipfire-3.x.git net-snmp: Installation of config goes here. --- diff --git a/lfs/net-snmp b/lfs/net-snmp index 1a039e492..4142408bc 100644 --- a/lfs/net-snmp +++ b/lfs/net-snmp @@ -91,8 +91,10 @@ $(OBJECT): $(objects) --sysconfdir=/etc \ --disable-embedded-perl cd $(DIR_APP) && make CFLAGS="$(CFLAGS)" #$(PARALLELISMFLAGS) + cd $(DIR_APP) && make install + # Install config install -v -m644 $(DIR_SRC)/net-snmp-5.4.2.1/python/netsnmp/tests/snmpd.conf /etc/snmpd.conf - cd $(DIR_APP) && make install + @rm -rf $(DIR_APP) @$(POSTBUILD)