]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
net-snmp: Installation of config goes here.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 5 Sep 2009 10:06:54 +0000 (12:06 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 5 Sep 2009 10:06:54 +0000 (12:06 +0200)
lfs/net-snmp

index 1a039e492869442f7b5d76d50d70a8f7d58cb855..4142408bcb81e641e1d2dfd99ebe978b6a204dae 100644 (file)
@@ -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)