summaryrefslogtreecommitdiffstats
path: root/source/a/usbutils/usbutils.ids.dest
blob: 67111881ec28f6bd878c9a2559bb388231550626 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./update-usbids.sh.orig	2005-01-22 17:03:47.000000000 -0600
+++ ./update-usbids.sh	2007-01-04 17:14:28.000000000 -0600
@@ -4,7 +4,7 @@
 
 set -e
 SRC="http://www.linux-usb.org/usb.ids"
-DEST=usb.ids
+DEST=/usr/share/usb.ids
 
 if which wget >/dev/null ; then
 	DL="wget -O $DEST.new $SRC"