From: Nicolas Thill Date: Sat, 21 May 2005 10:57:17 +0000 (+0000) Subject: Allow downloading of files with undefined mdsum (to ease updating packages) X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b565a03ca2303cb77785a139fd1af09787a23421;p=librecmc%2Flibrecmc.git Allow downloading of files with undefined mdsum (to ease updating packages) SVN-Revision: 1005 --- diff --git a/openwrt/package/rules.mk b/openwrt/package/rules.mk index 51be45814d..03b750f50e 100644 --- a/openwrt/package/rules.mk +++ b/openwrt/package/rules.mk @@ -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)),)