summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2011-11-21 18:09:11 +0000
committerThierry Vignaud <tv@mageia.org>2011-11-21 18:09:11 +0000
commit39d61d14518bf57d71d04c226725a2fc1808bd9e (patch)
tree56a7e1fe38413066b1bd0c3f4b3ce730f9c911c5
parent75ee0e3c33280e413fb0a04011b242479abe26c5 (diff)
downloadldetect-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)
-rw-r--r--Makefile.config1
-rw-r--r--NEWS2
-rw-r--r--lst/Makefile2
3 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.config b/Makefile.config
index 682dbdb7..8a92239f 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -4,3 +4,4 @@ datadir = $(prefix)/share
bindir = $(prefix)/bin
sbindir = $(prefix)/sbin
dir = $(datadir)/$(project)
+sysconfdir = $(prefix)/etc/
diff --git a/NEWS b/NEWS
index c10a0973..8d629a7a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
- add support for virtual gfx card
- drop obsolete pcitable.ia64 (either redundant or invalid)
- reenable nvidia96xx (support for x.org server 1.10 was added with 96.43.20)
+- move preferred aliases list back to /etc/modprobe.d
+ (still read before kernel ones)
Version 0.1.292 - 01 August 2011
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