Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/
Date: Wed, 23 Dec 2020 07:50:59
Message-Id: 1608709844.06afbd463702f037c0217a8246ac856dcd0df09c.grobian@gentoo
1 commit: 06afbd463702f037c0217a8246ac856dcd0df09c
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 23 07:49:44 2020 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 23 07:50:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=06afbd46
7
8 scripts/bootstrap-prefix: fall back to tar 1.26 just in case
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 scripts/bootstrap-prefix.sh | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
16 index 3f96bc5e33..2f0fdb6fdf 100755
17 --- a/scripts/bootstrap-prefix.sh
18 +++ b/scripts/bootstrap-prefix.sh
19 @@ -1325,7 +1325,7 @@ bootstrap_coreutils() {
20 }
21
22 bootstrap_tar() {
23 - bootstrap_gnu tar 1.32
24 + bootstrap_gnu tar 1.32 || bootstrap_gnu tar 1.26
25 }
26
27 bootstrap_make() {