Allow downloading of files with undefined mdsum (to ease updating packages)
SVN-Revision: 1005
This commit is contained in:
parent
689c3906d1
commit
b565a03ca2
@ -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)),)
|
||||
|
Loading…
Reference in New Issue
Block a user