commit: 7cda6224d12a9cf15358bf4c610e0befdb9a894e Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sun Feb 18 20:03:10 2024 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sun Feb 18 20:03:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=7cda6224
scripts/bootstrap-bash: default to prefix redirector for GLEP 57 Bug: https://bugs.gentoo.org/921541 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> scripts/bootstrap-bash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"
