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/lsof/lsof.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/lsof') diff --git a/package/lsof/lsof.mk b/package/lsof/lsof.mk index d4135b237..8551a41df 100644 --- a/package/lsof/lsof.mk +++ b/package/lsof/lsof.mk @@ -21,7 +21,7 @@ BR2_LSOF_CFLAGS+=-UHASIPv6 endif $(DL_DIR)/$(LSOF_SOURCE): - $(WGET) -P $(DL_DIR) $(LSOF_SITE)/$(LSOF_SOURCE) + $(call DOWNLOAD,$(LSOF_SITE),$(LSOF_SOURCE)) lsof-source: $(DL_DIR)/$(LSOF_SOURCE) -- cgit v1.2.3