From 147b493b30c162de7714dc940ce7ebac9be7498b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 7 Feb 2002 21:09:32 +0000 Subject: adding update-ldetect-lst to take care of directorized pcitable/usbtable/... --- lst/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lst/Makefile') 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) -- cgit v1.2.1