wok diff usbids/receipt @ rev 12481

Rename linux-util-ng to util-linux in all packages
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 23 16:30:27 2012 +0200 (2012-04-23)
parents 8f3891f72b54
children 851b91e3134e
line diff
     1.1 --- a/usbids/receipt	Sun Oct 16 13:19:21 2011 +0000
     1.2 +++ b/usbids/receipt	Mon Apr 23 16:30:27 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="usbids"
     1.7 -VERSION="20111016"
     1.8 +VERSION="20120422"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="usb.ids file"
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12 @@ -13,7 +13,8 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p $fs/usr/share
    1.17 -	cp -a $src/usb-$VERSION.ids $fs/usr/share/usb.ids
    1.18 +	mkdir -p $fs/usr/share/misc
    1.19 +	cp -a $src/usb-$VERSION.ids $fs/usr/share/misc/usb.ids
    1.20 +	gzip $fs/usr/share/misc/usb.ids
    1.21  }
    1.22