diff options
author | Thierry Vignaud <tv@mageia.org> | 2011-11-21 18:09:11 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2011-11-21 18:09:11 +0000 |
commit | 39d61d14518bf57d71d04c226725a2fc1808bd9e (patch) | |
tree | 56a7e1fe38413066b1bd0c3f4b3ce730f9c911c5 /lst/Makefile | |
parent | 75ee0e3c33280e413fb0a04011b242479abe26c5 (diff) | |
download | ldetect-lst-39d61d14518bf57d71d04c226725a2fc1808bd9e.tar ldetect-lst-39d61d14518bf57d71d04c226725a2fc1808bd9e.tar.gz ldetect-lst-39d61d14518bf57d71d04c226725a2fc1808bd9e.tar.bz2 ldetect-lst-39d61d14518bf57d71d04c226725a2fc1808bd9e.tar.xz ldetect-lst-39d61d14518bf57d71d04c226725a2fc1808bd9e.zip |
move preferred aliases list back to /etc/modprobe.d
(still read before kernel ones)
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 8b061684..eb57db18 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 $(slibdir)/module-init-tools/ldetect-lst-modules.alias + install -D -m 644 preferred-modules.alias $(sysconfdir)/modprobe.d/0_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 |