wok diff usbids/receipt @ rev 17239

Up lxqt-*(0.8.0) lximage-qt (0.3.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Oct 18 17:59:10 2014 +0200 (2014-10-18)
parents 1efb4b8ecf3d
children da990bedb23e
line diff
     1.1 --- a/usbids/receipt	Thu Aug 14 09:20:02 2014 +0000
     1.2 +++ b/usbids/receipt	Sat Oct 18 17:59:10 2014 +0200
     1.3 @@ -15,6 +15,5 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir -p $fs/usr/share/misc
     1.7 -	cp -a $src/usb-$VERSION.ids $fs/usr/share/misc/usb.ids
     1.8 -	gzip $fs/usr/share/misc/usb.ids
     1.9 +	gzip -c $src/usb-$VERSION.ids > $fs/usr/share/misc/usb.ids.gz
    1.10  }