chiark / gitweb /
pci-db: make sure we actually read the pci.ids file instead of usb.ids
authorLennart Poettering <lennart@poettering.net>
Tue, 1 Sep 2009 02:47:16 +0000 (04:47 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 1 Sep 2009 02:47:16 +0000 (04:47 +0200)
commit1032141bd580b20bfe6c5efe737eb6e3fa595d06
tree2863da5a4f75d3a044bdf734af54876066ee81cb
parent71b4b701b1c5261de0dba5b071ec10089361de0e
pci-db: make sure we actually read the pci.ids file instead of usb.ids

Since the recent Makefile.am rework both usb-db and pci-db were built to
read the usb.ids database file. This fix makes sure pci-db properly
reads pci.ids instead.

Originally pointed out by Marco d'Itri.
Makefile.am