diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-08-24 13:11:57 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-08-24 13:11:57 +0000 |
commit | fdb0c46768a0bd9dcebbe9ab1d68292400369033 (patch) | |
tree | 871e7e93f6176b0c873a2ef519feb474363021fe | |
parent | 25a1ef09456ad27e7c6a6482b6e409044e01af01 (diff) | |
download | ldetect-lst-fdb0c46768a0bd9dcebbe9ab1d68292400369033.tar ldetect-lst-fdb0c46768a0bd9dcebbe9ab1d68292400369033.tar.gz ldetect-lst-fdb0c46768a0bd9dcebbe9ab1d68292400369033.tar.bz2 ldetect-lst-fdb0c46768a0bd9dcebbe9ab1d68292400369033.tar.xz ldetect-lst-fdb0c46768a0bd9dcebbe9ab1d68292400369033.zip |
gzip pcitable, usbtable and dmitable (to win space)
-rw-r--r-- | lst/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lst/Makefile b/lst/Makefile index f5623373..a428af15 100644 --- a/lst/Makefile +++ b/lst/Makefile @@ -45,4 +45,6 @@ install: $(TMP_TABLES) $(TABLES3) cat $$i.tmp \ ) > $(dir)/$$i.d/90default.lst; done + gzip -9 $(dir)/{pcitable,usbtable,dmitable}.d/90default.lst + install -m 644 ScannerDB.gz scannerconfigs Cards+ MonitorsDB isdn.db $(dir) |