mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
buildroot: Use BR2_GNU_MIRROR everywhere
Patch by Nigel Kukard.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
FINDUTILS_VERSION:=4.2.31
|
||||
FINDUTILS_SOURCE:=findutils-$(FINDUTILS_VERSION).tar.gz
|
||||
#FINDUTILS_SITE:=ftp://alpha.gnu.org/gnu/findutils
|
||||
FINDUTILS_SITE:=http://ftp.gnu.org/pub/gnu/findutils/
|
||||
FINDUTILS_SITE:=$(BR2_GNU_MIRROR)/gnu/findutils/
|
||||
FINDUTILS_CAT:=$(ZCAT)
|
||||
FINDUTILS_DIR:=$(BUILD_DIR)/findutils-$(FINDUTILS_VERSION)
|
||||
FINDUTILS_BINARY:=find/find
|
||||
|
||||
Reference in New Issue
Block a user