From 739b340379d88153048aa87e85dd3e0d32a6ee99 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 25 Aug 2005 11:41:51 +0000 Subject: ldetect-lst tables are now compressed --- mdk-stage1/pci-resource/Makefile | 2 +- mdk-stage1/usb-resource/Makefile | 2 +- perl-install/share/list.xml | 2 +- rescue/list.xml | 4 +--- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/mdk-stage1/pci-resource/Makefile b/mdk-stage1/pci-resource/Makefile index 955c92f5e..fadeee162 100644 --- a/mdk-stage1/pci-resource/Makefile +++ b/mdk-stage1/pci-resource/Makefile @@ -18,7 +18,7 @@ all: pci-ids.h -pci-ids.h: /usr/share/ldetect-lst/pcitable update-pci-ids.pl +pci-ids.h: /usr/share/ldetect-lst/pcitable.gz update-pci-ids.pl perl update-pci-ids.pl > $@ || { rm -f $@; exit 1; } clean: diff --git a/mdk-stage1/usb-resource/Makefile b/mdk-stage1/usb-resource/Makefile index a5bd19cff..5b6806b84 100644 --- a/mdk-stage1/usb-resource/Makefile +++ b/mdk-stage1/usb-resource/Makefile @@ -18,7 +18,7 @@ all: usb-ids.h -usb-ids.h: /usr/share/ldetect-lst/usbtable update-usb-ids.pl +usb-ids.h: /usr/share/ldetect-lst/usbtable.gz update-usb-ids.pl perl update-usb-ids.pl > $@ || rm -f $@ clean: diff --git a/perl-install/share/list.xml b/perl-install/share/list.xml index af4b4a08c..dc0da8f9d 100644 --- a/perl-install/share/list.xml +++ b/perl-install/share/list.xml @@ -141,9 +141,9 @@ + dmitable.gz pcitable.gz usbtable.gz Cards+ MonitorsDB isdn.db - dmitable pcitable usbtable diff --git a/rescue/list.xml b/rescue/list.xml index 9d21d5b9e..8e6fdbde2 100644 --- a/rescue/list.xml +++ b/rescue/list.xml @@ -198,9 +198,7 @@ - - *table - + *table.gz -- cgit v1.2.1