From 4a7bfd27757e076837e400f18d8371d792eade0e Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 16 Jan 2009 11:42:52 +0000 Subject: package/: convert to DOWNLOAD helper --- package/pciutils/pciutils.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/pciutils') diff --git a/package/pciutils/pciutils.mk b/package/pciutils/pciutils.mk index 8d2ad67ae..2a7fe88fd 100644 --- a/package/pciutils/pciutils.mk +++ b/package/pciutils/pciutils.mk @@ -25,10 +25,10 @@ PCIIDS_COMPRESSOR=cat endif $(DL_DIR)/$(PCIUTILS_SOURCE): - $(WGET) -P $(DL_DIR) $(PCIUTILS_SITE)/$(PCIUTILS_SOURCE) + $(call DOWNLOAD,$(PCIUTILS_SITE),$(PCIUTILS_SOURCE)) $(DL_DIR)/$(PCIIDS_SOURCE): - $(WGET) -P $(DL_DIR) $(PCIIDS_SITE)/$(PCIIDS_SOURCE) + $(call DOWNLOAD,$(PCIIDS_SITE),$(PCIIDS_SOURCE)) $(PCIUTILS_DIR)/.unpacked: $(DL_DIR)/$(PCIUTILS_SOURCE) $(DL_DIR)/$(PCIIDS_SOURCE) $(PCIUTILS_CAT) $(DL_DIR)/$(PCIUTILS_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) - -- cgit v1.2.3