summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2024-02-18 21:03:10 +0100
committerFabian Groffen <grobian@gentoo.org>2024-02-18 21:03:10 +0100
commit7cda6224d12a9cf15358bf4c610e0befdb9a894e (patch)
tree7a2613802104ff4694cfd49af06cab9632f3dd14
parentscripts/bootstrap-prefix: bootstrap XZ version available on mirrors (diff)
downloadprefix-7cda6224d12a9cf15358bf4c610e0befdb9a894e.tar.gz
prefix-7cda6224d12a9cf15358bf4c610e0befdb9a894e.tar.bz2
prefix-7cda6224d12a9cf15358bf4c610e0befdb9a894e.zip
scripts/bootstrap-bash: default to prefix redirector for GLEP 57
Bug: https://bugs.gentoo.org/921541 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-rwxr-xr-xscripts/bootstrap-bash.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap-bash.sh b/scripts/bootstrap-bash.sh
index b24015fc19..c67d8943b7 100755
--- a/scripts/bootstrap-bash.sh
+++ b/scripts/bootstrap-bash.sh
@@ -18,7 +18,7 @@ cd "$1"
mkdir bash-build
cd bash-build
-GENTOO_MIRRORS=${GENTOO_MIRRORS:="http://distfiles.gentoo.org/distfiles"}
+GENTOO_MIRRORS=${GENTOO_MIRRORS:="http://distfiles.prefix.bitzolder.nl/distfiles"}
command_exists() {
check_cmd="$1"