summaryrefslogtreecommitdiffstats
path: root/lst/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lst/Makefile')
-rw-r--r--lst/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/lst/Makefile b/lst/Makefile
index 0e59c396..1281f21c 100644
--- a/lst/Makefile
+++ b/lst/Makefile
@@ -47,20 +47,20 @@ $(TABLES3):
gzip -vc9 ScannerDB > ScannerDB.gz
new-usb-ids:
- @curl -O http://www.linux-usb.org/usb.ids
+ @curl --compressed -O http://www.linux-usb.org/usb.ids
new-pci-ids:
- @curl -O http://pciids.sourceforge.net/pci.ids
+ @curl --compressed -O http://pciids.sourceforge.net/pci.ids
new-oui-txt:
- @curl -O http://standards.ieee.org/develop/regauth/oui/oui.txt
+ @curl --compressed -O http://standards.ieee.org/develop/regauth/oui/oui.txt
install: $(TMP_TABLES) $(TABLES3)
for i in $(TABLES); do \
mkdir -p $(dir)/$$i.d ; \
(echo "# This file was created:" `date '+%Y-%m-%d %H:%M:%S (%z)'` ; \
- echo "# !! The latest version is available via SVN at" ; \
- echo "# http://svn.mandriva.com/svn/soft/ldetect-lst/" ; \
+ echo "# !! The latest version is available via git at" ; \
+ echo "# http://gitweb.mageia.org/software/ldetect-lst/" ; \
cat $$i.tmp \
) > $(dir)/$$i.d/90default.lst; done