diff options
author | Yves Duret <yduret@mandriva.com> | 2001-10-10 13:54:20 +0000 |
---|---|---|
committer | Yves Duret <yduret@mandriva.com> | 2001-10-10 13:54:20 +0000 |
commit | aba1e3ed4c80d8254e8a866036dc922f0e9a442f (patch) | |
tree | c17ab3501b2b1e312e21c50c0631b7dfa9997e42 /lst/Makefile | |
parent | 4284af46bf18dbd3a75f28c705844d3ea6e0b450 (diff) | |
download | ldetect-lst-aba1e3ed4c80d8254e8a866036dc922f0e9a442f.tar ldetect-lst-aba1e3ed4c80d8254e8a866036dc922f0e9a442f.tar.gz ldetect-lst-aba1e3ed4c80d8254e8a866036dc922f0e9a442f.tar.bz2 ldetect-lst-aba1e3ed4c80d8254e8a866036dc922f0e9a442f.tar.xz ldetect-lst-aba1e3ed4c80d8254e8a866036dc922f0e9a442f.zip |
added ScannerDB in install
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 fa3abf8c..7734752b 100644 --- a/lst/Makefile +++ b/lst/Makefile @@ -39,4 +39,4 @@ install: $(TMP_TABLES) cat $$i.tmp \ ) > $(dir)/$$i; done - install -m 644 Cards+ CardsNames MonitorsDB isdn.db $(dir) + install -m 644 ScannerDB Cards+ CardsNames MonitorsDB isdn.db $(dir) |