chiark / gitweb /
hwdb: change pci.ids location
[elogind.git] / Makefile.am
index 2c84fe1c7e4a1d714a77655bfa977d80c2d6e966..452de152dc42ade459126f77c5a6493b46caf28d 100644 (file)
@@ -4009,7 +4009,7 @@ endif
 hwdb-update:
        ( cd hwdb && \
        wget -N http://www.linux-usb.org/usb.ids && \
-       wget -N http://pciids.sourceforge.net/v2.2/pci.ids && \
+       wget -N http://pci-ids.ucw.cz/v2.2/pci.ids && \
        wget -N http://standards.ieee.org/develop/regauth/oui/oui.txt && \
        ./ids-update.pl )