wok-6.x diff usbids/receipt @ rev 12936

Up: fping to 3.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed May 30 04:50:17 2012 +0000 (2012-05-30)
parents 8f3891f72b54
children 851b91e3134e
line diff
     1.1 --- a/usbids/receipt	Sun Oct 16 13:19:21 2011 +0000
     1.2 +++ b/usbids/receipt	Wed May 30 04:50:17 2012 +0000
     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