diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-16 11:42:52 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-16 11:42:52 +0000 |
commit | 4a7bfd27757e076837e400f18d8371d792eade0e (patch) | |
tree | 3521b2b1562ad6532bc1ba8c83568b2365bc0f9a /package/smartmontools | |
parent | d58636d7658f5f5455f417b1ad81ed0dab361d56 (diff) | |
download | buildroot-novena-4a7bfd27757e076837e400f18d8371d792eade0e.tar.gz buildroot-novena-4a7bfd27757e076837e400f18d8371d792eade0e.zip |
package/: convert to DOWNLOAD helper
Diffstat (limited to 'package/smartmontools')
-rw-r--r-- | package/smartmontools/smartmontools.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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) |