diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2010-01-08 17:00:21 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2010-01-08 17:00:21 +0000 |
commit | 6f141ee7fceae7eca17ba591f505f5ad519ae181 (patch) | |
tree | a8abdd4dfae076105f8ccc908ba5a257210a0e9c /lst/Makefile | |
parent | a2abb9ee4c7c5db95903a0bd980f04f76d1232c5 (diff) | |
download | ldetect-lst-6f141ee7fceae7eca17ba591f505f5ad519ae181.tar ldetect-lst-6f141ee7fceae7eca17ba591f505f5ad519ae181.tar.gz ldetect-lst-6f141ee7fceae7eca17ba591f505f5ad519ae181.tar.bz2 ldetect-lst-6f141ee7fceae7eca17ba591f505f5ad519ae181.tar.xz ldetect-lst-6f141ee7fceae7eca17ba591f505f5ad519ae181.zip |
add pnp.ids file, from hwdata
Diffstat (limited to 'lst/Makefile')
-rw-r--r-- | lst/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lst/Makefile b/lst/Makefile index 98a9e944..63a2e610 100644 --- a/lst/Makefile +++ b/lst/Makefile @@ -74,4 +74,4 @@ install: $(TMP_TABLES) $(TABLES3) install -D -m 644 preferred-modules.alias $(slibdir)/module-init-tools/ldetect-lst-modules.alias install -D -m 644 oui.txt usb.ids $(prefix)/share mkdir -p $(prefix)/share/misc - install -m 644 pci.ids $(prefix)/share/misc/pci.ids + install -D -m 644 pci.ids pnp.ids $(prefix)/share/misc |