wok-6.x rev 12476
usbids: up and fix path (also can be compressed)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Apr 23 15:41:40 2012 +0200 (2012-04-23) |
parents | 96d7eeb131d6 |
children | 290346adb440 |
files | usbids/receipt |
line diff
1.1 --- a/usbids/receipt Mon Apr 23 15:17:56 2012 +0200 1.2 +++ b/usbids/receipt Mon Apr 23 15:41:40 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