mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/: convert to DOWNLOAD helper
This commit is contained in:
@@ -12,7 +12,7 @@ BASH_BINARY:=bash
|
||||
BASH_TARGET_BINARY:=bin/bash
|
||||
|
||||
$(DL_DIR)/$(BASH_SOURCE):
|
||||
$(WGET) -P $(DL_DIR) $(BASH_SITE)/$(BASH_SOURCE)
|
||||
$(call DOWNLOAD,$(BASH_SITE),$(BASH_SOURCE))
|
||||
|
||||
bash-source: $(DL_DIR)/$(BASH_SOURCE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user