summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-14 17:26:45 +0000
committerSam James <sam@gentoo.org>2022-03-14 17:26:45 +0000
commitee38c91b0b63968dcc026b167523842e8cb26fc8 (patch)
tree35e786aa6f857208aa3bca7d6fdddb7f78968a5b
parentbootstrap-prefix.sh: update copyright header (diff)
downloadprefix-ee38c91b0b63968dcc026b167523842e8cb26fc8.tar.gz
prefix-ee38c91b0b63968dcc026b167523842e8cb26fc8.tar.bz2
prefix-ee38c91b0b63968dcc026b167523842e8cb26fc8.zip
bootstrap-prefix.sh: try coreutils 8.32 for bootstrap
Fixed a build failure in #gentoo-prefix when someone was attempting w/ FreeBSD. Signed-off-by: Sam James <sam@gentoo.org>
-rwxr-xr-xscripts/bootstrap-prefix.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 9bd38260ff..a9b5635c4c 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1362,7 +1362,7 @@ bootstrap_coreutils() {
# 8.16 is the last version released as tar.gz
# 8.18 is necessary for macOS High Sierra (darwin17) and converted
# to tar.gz for this case
- bootstrap_gnu coreutils 8.30 || \
+ bootstrap_gnu coreutils 8.32 || bootstrap_gnu coreutils 8.30 || \
bootstrap_gnu coreutils 8.16 || bootstrap_gnu coreutils 8.17
}