From: Stefan Schantl Date: Mon, 3 Aug 2009 17:21:16 +0000 (+0200) Subject: Updated usbutils to version 0.84. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95a149977bb5c863416df625060dadcc66c262c8;p=ipfire-3.x.git Updated usbutils to version 0.84. --- diff --git a/lfs/usbutils b/lfs/usbutils index 6a7af7d42..2b1709b1f 100644 --- a/lfs/usbutils +++ b/lfs/usbutils @@ -25,10 +25,10 @@ include Config PKG_NAME = usbutils -PKG_VER = 0.82 +PKG_VER = 0.84 THISAPP = $(PKG_NAME)-$(PKG_VER) -DL_FILE = $(THISAPP).tar.bz2 +DL_FILE = $(THISAPP).tar.gz DIR_APP = $(DIR_SRC)/$(THISAPP) CORE = yes @@ -73,5 +73,8 @@ $(OBJECT): $(objects) --prefix=/usr cd $(DIR_APP) && make $(PARALLELISMFLAGS) cd $(DIR_APP) && make install + + rm -fv /usr/share/usb.ids.gz + @rm -rf $(DIR_APP) @$(POSTBUILD)