# HG changeset patch # User Christophe Lincoln # Date 1335188500 -7200 # Node ID aac186c7f28ec9f32935f387ab16e06fbe403d89 # Parent 96d7eeb131d698e2c7b8e7f9084975dcedb68f61 usbids: up and fix path (also can be compressed) diff -r 96d7eeb131d6 -r aac186c7f28e usbids/receipt --- a/usbids/receipt Mon Apr 23 15:17:56 2012 +0200 +++ b/usbids/receipt Mon Apr 23 15:41:40 2012 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="usbids" -VERSION="20111016" +VERSION="20120422" CATEGORY="misc" SHORT_DESC="usb.ids file" MAINTAINER="slaxemulator@gmail.com" @@ -13,7 +13,8 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/share - cp -a $src/usb-$VERSION.ids $fs/usr/share/usb.ids + mkdir -p $fs/usr/share/misc + cp -a $src/usb-$VERSION.ids $fs/usr/share/misc/usb.ids + gzip $fs/usr/share/misc/usb.ids }