]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Set PKG_REL to initial value "0".
authorMarcus Scholz <commander1024@ipfire.org>
Sat, 5 Sep 2009 12:58:05 +0000 (14:58 +0200)
committerMarcus Scholz <commander1024@ipfire.org>
Sat, 5 Sep 2009 12:58:05 +0000 (14:58 +0200)
lfs/hplip
lfs/net-snmp

index c96cb726b805ca063bd6872b2a2b82ca50878fe6..e82b1b820dd1e0526fc043dcff863d2aa185be12 100644 (file)
--- 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
index 0d3d0feb382b01d9be17e367e9c29698645f0810..d83f6a20adf1874ab3c7c5abe37a5568bd5e5b4a 100644 (file)
@@ -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