projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f842b0
)
Allow downloading of files with undefined mdsum (to ease updating packages)
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 21 May 2005 10:57:17 +0000
(10:57 +0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 21 May 2005 10:57:17 +0000
(10:57 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1005
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/rules.mk
patch
|
blob
|
history
diff --git
a/package/rules.mk
b/package/rules.mk
index
51be458
..
03b750f
100644
(file)
--- a/
package/rules.mk
+++ b/
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)),)
This page took
0.024595 seconds
and
4
git commands to generate.