packages/utils/usbutils/patches/100-ids-relative-path.patch

12 lines
253 B
Diff
Raw Normal View History

--- a/update-usbids.sh.in
+++ b/update-usbids.sh.in
@@ -6,7 +6,7 @@
set -e
SRC="http://www.linux-usb.org/usb.ids"
-DEST=@usbids@
+DEST=usb.ids
# if usb.ids is read-only (because the filesystem is read-only),
# then just skip this whole process.