add packages_10.03.2 in preparation for the 10.03.2 interim release
[10.03/packages.git] / utils / usbutils / patches / 100-ids-relative-path.patch
1 --- a/update-usbids.sh.in
2 +++ b/update-usbids.sh.in
3 @@ -6,7 +6,7 @@
4  
5  set -e
6  SRC="http://www.linux-usb.org/usb.ids"
7 -DEST=@usbids@
8 +DEST=usb.ids
9  
10  # if usb.ids is read-only (because the filesystem is read-only),
11  # then just skip this whole process.