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 /Makefile.config | |
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 'Makefile.config')
-rw-r--r-- | Makefile.config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.config b/Makefile.config index 8a92239f..682dbdb7 100644 --- a/Makefile.config +++ b/Makefile.config @@ -4,4 +4,3 @@ datadir = $(prefix)/share bindir = $(prefix)/bin sbindir = $(prefix)/sbin dir = $(datadir)/$(project) -sysconfdir = $(prefix)/etc/ |