commit: 06afbd463702f037c0217a8246ac856dcd0df09c
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 07:49:44 2020 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 07:50:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=06afbd46
scripts/bootstrap-prefix: fall back to tar 1.26 just in case
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
scripts/bootstrap-prefix.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 3f96bc5e33..2f0fdb6fdf 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1325,7 +1325,7 @@ bootstrap_coreutils() {
}
bootstrap_tar() {
- bootstrap_gnu tar 1.32
+ bootstrap_gnu tar 1.32 || bootstrap_gnu tar 1.26
}
bootstrap_make() {