[Buildroot] [PATCH] pkg-download.mk: Add missing argument for DOWNLOAD_WGET

Markos Chandras markos.chandras at imgtec.com
Wed Apr 25 09:04:50 UTC 2012


Signed-off-by: Markos Chandras <markos.chandras at imgtec.com>
---
 package/pkg-download.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/pkg-download.mk b/package/pkg-download.mk
index ccf819e..df63c26 100644
--- a/package/pkg-download.mk
+++ b/package/pkg-download.mk
@@ -161,7 +161,7 @@ endef
 # download fails).
 define DOWNLOAD_WGET
 	test -e $(DL_DIR)/$(2) || \
-	$(WGET) -O $(DL_DIR)/$(2) '$(call qstrip,$(1))' || \
+	$(WGET) -O $(DL_DIR)/$(2) '$(call qstrip,$(1))'/$(2) || \
 	(rm -f $(DL_DIR)/$(2) ; exit 1)
 endef
 
-- 
1.7.1




More information about the buildroot mailing list