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 @@ AT_TARGET_SCRIPT:=etc/init.d/S99at
|
||||
AT_BINARY:=at
|
||||
|
||||
$(DL_DIR)/$(AT_SOURCE):
|
||||
$(WGET) -P $(DL_DIR) $(AT_SITE)/$(AT_SOURCE)
|
||||
$(call DOWNLOAD,$(AT_SITE),$(AT_SOURCE))
|
||||
|
||||
at-source: $(DL_DIR)/$(AT_SOURCE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user