Allow downloading of files with undefined mdsum (to ease updating packages)

SVN-Revision: 1005
This commit is contained in:
Nicolas Thill 2005-05-21 10:57:17 +00:00
parent 689c3906d1
commit b565a03ca2
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ endef
ifneq ($(strip $(PKG_SOURCE)),)
$(DL_DIR)/$(PKG_SOURCE):
$(SCRIPT_DIR)/download.pl $(DL_DIR) $(PKG_SOURCE) $(PKG_MD5SUM) $(PKG_SOURCE_URL)
$(SCRIPT_DIR)/download.pl "$(DL_DIR)" "$(PKG_SOURCE)" "$(PKG_MD5SUM)" $(PKG_SOURCE_URL)
endif
ifneq ($(strip $(PKG_CAT)),)