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/smartmontools/smartmontools.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/smartmontools') diff --git a/package/smartmontools/smartmontools.mk b/package/smartmontools/smartmontools.mk index 6a936d1f2..bf2b1fe12 100644 --- a/package/smartmontools/smartmontools.mk +++ b/package/smartmontools/smartmontools.mk @@ -14,7 +14,7 @@ SMARTMONTOOLS_TARGET_BINARY:=usr/sbin/smartctl SMARTMONTOOLS_TARGET_BINARY2:=usr/sbin/smartd $(DL_DIR)/$(SMARTMONTOOLS_SOURCE): - $(WGET) -P $(DL_DIR) $(SMARTMONTOOLS_SITE)/$(SMARTMONTOOLS_SOURCE) + $(call DOWNLOAD,$(SMARTMONTOOLS_SITE),$(SMARTMONTOOLS_SOURCE)) smartmontools-source: $(DL_DIR)/$(SMARTMONTOOLS_SOURCE) -- cgit v1.2.3