diff options
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) |