Skip to content

Commit a96bbc0

Browse files
committed
build-make: Download from ftpmirror.gnu.org rather than directly from ftp.gnu.org
Direct access from ftp.gnu.org has been slow lately, and using a mirror is more considerate in general.
1 parent 5c5a462 commit a96bbc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-make.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ download() {
5252
}
5353

5454
if [ ! -d make-$MAKE_VERSION ]; then
55-
download https://ftp.gnu.org/gnu/make/make-$MAKE_VERSION.tar.gz
55+
download https://ftpmirror.gnu.org/gnu/make/make-$MAKE_VERSION.tar.gz
5656
tar -zxf make-$MAKE_VERSION.tar.gz
5757
fi
5858

0 commit comments

Comments
 (0)