Skip to content

Commit 671b774

Browse files
committed
depends: Use $(package)_file_name when downloading from the fallback
1 parent b510893 commit 671b774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depends/funcs.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ endef
3737

3838
define fetch_file
3939
( $(call fetch_file_inner,$(1),$(2),$(3),$(4),$(5)) || \
40-
$(call fetch_file_inner,$(1),$(FALLBACK_DOWNLOAD_PATH),$(3),$(4),$(5)))
40+
$(call fetch_file_inner,$(1),$(FALLBACK_DOWNLOAD_PATH),$(4),$(4),$(5)))
4141
endef
4242

4343
# Shell script to create a source tarball in $(1)_source from local directory

0 commit comments

Comments
 (0)