From: Marcus Scholz Date: Sat, 5 Sep 2009 12:58:05 +0000 (+0200) Subject: Set PKG_REL to initial value "0". X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f8b01dc293f68cbf674c59c9486fbe48458909e;p=ipfire-3.x.git Set PKG_REL to initial value "0". --- diff --git a/lfs/hplip b/lfs/hplip index c96cb726b..e82b1b820 100644 --- a/lfs/hplip +++ b/lfs/hplip @@ -26,7 +26,7 @@ include Config PKG_NAME = hplip PKG_VER = 3.9.8 -PKG_REL = 1 +PKG_REL = 0 THISAPP = $(PKG_NAME)-$(PKG_VER) DL_FILE = $(THISAPP).tar.gz diff --git a/lfs/net-snmp b/lfs/net-snmp index 0d3d0feb3..d83f6a20a 100644 --- a/lfs/net-snmp +++ b/lfs/net-snmp @@ -97,6 +97,14 @@ $(OBJECT): $(objects) cd $(DIR_APP) && make CFLAGS="$(CFLAGS)" #$(PARALLELISMFLAGS) cd $(DIR_APP) && make install + #Cleanup + rm -fv /usr/lib/libnetsnmp.la + rm -fv /usr/lib/libnetsnmpagent.la + rm -fv /usr/lib/libnetsnmpmibs.la + rm -fv /usr/lib/libnetsnmphelpers.la + rm -fv /usr/lib/libnetsnmptrapd.la + rm -fv /usr/share/man/ + # Install config install -v -m644 $(DIR_SRC)/net-snmp-5.4.2.1/python/netsnmp/tests/snmpd.conf /etc/snmpd.conf