diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-02-07 21:09:32 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-02-07 21:09:32 +0000 |
commit | 147b493b30c162de7714dc940ce7ebac9be7498b (patch) | |
tree | 96e1e89c8bcd08008ded7fe14666f2f34891c3ab /lst | |
parent | 5a075baba358ea6f515652565cb48ab070c78721 (diff) | |
download | ldetect-lst-147b493b30c162de7714dc940ce7ebac9be7498b.tar ldetect-lst-147b493b30c162de7714dc940ce7ebac9be7498b.tar.gz ldetect-lst-147b493b30c162de7714dc940ce7ebac9be7498b.tar.bz2 ldetect-lst-147b493b30c162de7714dc940ce7ebac9be7498b.tar.xz ldetect-lst-147b493b30c162de7714dc940ce7ebac9be7498b.zip |
adding update-ldetect-lst to take care of directorized pcitable/usbtable/...
Diffstat (limited to 'lst')
-rw-r--r-- | lst/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lst/Makefile b/lst/Makefile index 38bb9869..da4355f9 100644 --- a/lst/Makefile +++ b/lst/Makefile @@ -32,6 +32,7 @@ $(TABLES3): install: $(TMP_TABLES) $(TABLES3) for i in $(TABLES); do \ + mkdir -p $(dir)/$$i.d ; \ (echo "# !! The original version is available in CVS at" ; \ echo "# export CVSROOT=:pserver:anoncvs@cvs.mandrakesoft.com:/home/cvs/cooker" ; \ echo "# cvs login (password \`\`cvs'')" ; \ @@ -41,6 +42,6 @@ install: $(TMP_TABLES) $(TABLES3) echo "# export CVS_RSH=ssh" ; \ echo "# cvs checkout soft/$(project)" ; \ cat $$i.tmp \ - ) > $(dir)/$$i; done + ) > $(dir)/$$i.d/90default.lst; done install -m 644 ScannerDB.gz Cards+ CardsNames MonitorsDB isdn.db $(dir) |