wok-current diff usbids/receipt @ rev 13311
freerdp-dev: update genpkg-rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 29 12:46:44 2012 +0200 (2012-08-29) |
parents | aac186c7f28e |
children | 0ce4e20eb779 |
line diff
1.1 --- a/usbids/receipt Mon Apr 23 15:41:40 2012 +0200 1.2 +++ b/usbids/receipt Wed Aug 29 12:46:44 2012 +0200 1.3 @@ -16,5 +16,8 @@ 1.4 mkdir -p $fs/usr/share/misc 1.5 cp -a $src/usb-$VERSION.ids $fs/usr/share/misc/usb.ids 1.6 gzip $fs/usr/share/misc/usb.ids 1.7 + # lsusb from usbutils needs this symlink to find usb.ids 1.8 + cd $fs/usr/share 1.9 + ln -s /usr/share/misc/usb.ids.gz 1.10 } 1.11