diff options
author | Olivier Blin <blino@mageia.org> | 2011-11-23 21:16:49 +0000 |
---|---|---|
committer | Olivier Blin <blino@mageia.org> | 2011-11-23 21:16:49 +0000 |
commit | 3e4d870b21b6a85853ad984956a8177f447fa00c (patch) | |
tree | 5dd5a6d70a47c16f456d682f36681eeaedbf6f4e /lst/Makefile | |
parent | 00008afbcbd3b4dd26037670b09490e2b004e123 (diff) | |
download | ldetect-lst-3e4d870b21b6a85853ad984956a8177f447fa00c.tar ldetect-lst-3e4d870b21b6a85853ad984956a8177f447fa00c.tar.gz ldetect-lst-3e4d870b21b6a85853ad984956a8177f447fa00c.tar.bz2 ldetect-lst-3e4d870b21b6a85853ad984956a8177f447fa00c.tar.xz ldetect-lst-3e4d870b21b6a85853ad984956a8177f447fa00c.zip |
move back ldetect-lst-modules.alias in /lib/module-init-tools/,
it needs to be parsed in its own group, so that modprobe.d/*.conf
files are preferred over it
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 eb57db18..8b061684 100644 --- a/lst/Makefile +++ b/lst/Makefile @@ -71,7 +71,7 @@ install: $(TMP_TABLES) $(TABLES3) perl -pi -e 's!^Generic CRT Display; Monitor !Generic; !; s!Generic LCD Display; LCD Panel !Generic; Flat Panel !' $(dir)/MonitorsDB install -m 644 fallback-modules.alias $(dir)/fallback-modules.alias - install -D -m 644 preferred-modules.alias $(sysconfdir)/modprobe.d/0_ldetect-lst-modules.alias + install -D -m 644 preferred-modules.alias $(slibdir)/module-init-tools/ldetect-lst-modules.alias install -D -m 644 oui.txt usb.ids pci.ids $(prefix)/share mkdir -p $(prefix)/share/misc install -D -m 644 pnp.ids $(prefix)/share/misc |