diff options
author | Olivier Blin <oblin@mandriva.com> | 2006-09-19 10:53:17 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2006-09-19 10:53:17 +0000 |
commit | 84927d374d1171ae85d024941cafcd335c24ab98 (patch) | |
tree | 9949573e0f6fd491d13b3e2f6a969e092ad0fb84 /lst/Makefile | |
parent | f9b58dd0fe17ac9d402ae258071fe38155277251 (diff) | |
download | ldetect-lst-84927d374d1171ae85d024941cafcd335c24ab98.tar ldetect-lst-84927d374d1171ae85d024941cafcd335c24ab98.tar.gz ldetect-lst-84927d374d1171ae85d024941cafcd335c24ab98.tar.bz2 ldetect-lst-84927d374d1171ae85d024941cafcd335c24ab98.tar.xz ldetect-lst-84927d374d1171ae85d024941cafcd335c24ab98.zip |
add /etc/modprobe.d/ldetect-lst.conf support
Diffstat (limited to 'lst/Makefile')
-rw-r--r-- | lst/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lst/Makefile b/lst/Makefile index 6d2d39e3..d051ae2c 100644 --- a/lst/Makefile +++ b/lst/Makefile @@ -48,3 +48,6 @@ install: $(TMP_TABLES) $(TABLES3) gzip -9 $(dir)/{pcitable,usbtable,dmitable}.d/90default.lst install -m 644 ScannerDB.gz scannerconfigs Cards+ MonitorsDB isdn.db $(dir) + + mkdir -p $(modprobe_dir) + install -m 644 modprobe.conf $(modprobe_dir)/$(project).conf |