commit: b0e14d5272b26404dc62299f5c8866a1cb4ddb4b
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 18 18:38:08 2024 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Feb 18 18:38:08 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=b0e14d52
scripts/bootstrap-prefix: bootstrap XZ version available on mirrors
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
scripts/bootstrap-prefix.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 4b4cd52b90..bd168b6f3e 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1377,6 +1377,7 @@ bootstrap_gzip() {
}
bootstrap_xz() {
+ GNU_URL=http://tukaani.org/xz bootstrap_gnu xz 5.4.5 || \
GNU_URL=http://tukaani.org/xz bootstrap_gnu xz 5.2.4 || \
GNU_URL=http://tukaani.org/xz bootstrap_gnu xz 5.2.3
}