diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-08-25 11:41:51 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-08-25 11:41:51 +0000 |
commit | 739b340379d88153048aa87e85dd3e0d32a6ee99 (patch) | |
tree | f83bc7f2c66af8879c038fca846ac6537c86eda5 /mdk-stage1/usb-resource | |
parent | da0b88e010daefea848db64d860947109d8bde1d (diff) | |
download | drakx-backup-do-not-use-739b340379d88153048aa87e85dd3e0d32a6ee99.tar drakx-backup-do-not-use-739b340379d88153048aa87e85dd3e0d32a6ee99.tar.gz drakx-backup-do-not-use-739b340379d88153048aa87e85dd3e0d32a6ee99.tar.bz2 drakx-backup-do-not-use-739b340379d88153048aa87e85dd3e0d32a6ee99.tar.xz drakx-backup-do-not-use-739b340379d88153048aa87e85dd3e0d32a6ee99.zip |
ldetect-lst tables are now compressed
Diffstat (limited to 'mdk-stage1/usb-resource')
-rw-r--r-- | mdk-stage1/usb-resource/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: |