Skip to content

Commit 7cda622

Browse files
committed
scripts/bootstrap-bash: default to prefix redirector for GLEP 57
Bug: https://bugs.gentoo.org/921541 Signed-off-by: Fabian Groffen <[email protected]>
1 parent b0e14d5 commit 7cda622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/bootstrap-bash.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cd "$1"
1818
mkdir bash-build
1919
cd bash-build
2020

21-
GENTOO_MIRRORS=${GENTOO_MIRRORS:="http://distfiles.gentoo.org/distfiles"}
21+
GENTOO_MIRRORS=${GENTOO_MIRRORS:="http://distfiles.prefix.bitzolder.nl/distfiles"}
2222

2323
command_exists() {
2424
check_cmd="$1"

0 commit comments

Comments
 (0)