aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2018-03-15 14:52:57 -0400
committerMike Gilbert <floppym@gentoo.org>2018-03-15 14:53:26 -0400
commita845465e0bd72c32e2d381dd7d44e48faeaa439d (patch)
treebd11e35d44c147e4d95223ad537058208c91a8bb /Makefile
parentUpdate data (diff)
downloadhwids-a845465e0bd72c32e2d381dd7d44e48faeaa439d.tar.gz
hwids-a845465e0bd72c32e2d381dd7d44e48faeaa439d.tar.bz2
hwids-a845465e0bd72c32e2d381dd7d44e48faeaa439d.zip
Remove workaround for bad UTF-8 characters
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 6e2534f..c5a3111 100644
--- a/Makefile
+++ b/Makefile
@@ -44,9 +44,6 @@ install: $(INSTALL_TARGETS-yes)
fetch:
$(Q)curl -z pci.ids -o pci.ids -R http://pci-ids.ucw.cz/v2.2/pci.ids
$(Q)curl -z usb.ids -o usb.ids -R http://www.linux-usb.org/usb.ids
- $(Q)sed -e 's/\x20\xB4/\x20\xC2\xB4/' usb.ids > usb.ids.temp
- $(Q)touch -r usb.ids usb.ids.temp
- $(Q)mv usb.ids.temp usb.ids
$(Q)curl -z oui.txt -o oui.txt -R http://standards-oui.ieee.org/oui/oui.txt
$(Q)curl -z ma-medium.txt -o ma-medium.txt -R http://standards-oui.ieee.org/oui28/mam.txt
$(Q)curl -z ma-small.txt -o ma-small.txt -R http://standards-oui.ieee.org/oui36/oui36.txt