summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2017-11-13 15:31:54 +0100
committerFabian Groffen <grobian@gentoo.org>2017-11-13 15:31:54 +0100
commit5dcd55c9c1f1d474ef977c21e18759e6ac8e7857 (patch)
tree60e052b937f7814d574469c5761dffc3c1e342c2
parentscripts/bootstrap-prefix: bump snapshot for macOS High Sierra, bug #632500 (diff)
downloadprefix-5dcd55c9.tar.gz
prefix-5dcd55c9.tar.bz2
prefix-5dcd55c9.zip
scripts/bootstrap-prefix: bootstrap coreutils 8.28 for High Sierra
-rwxr-xr-xscripts/bootstrap-prefix.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index c2bb5c1e26..f8eb310892 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1083,8 +1083,10 @@ bootstrap_grep() {
bootstrap_coreutils() {
# 8.12 for FreeBSD 9.1, bug #415439
# 8.16 is the last version released as tar.gz
- bootstrap_gnu coreutils 8.16 || bootstrap_gnu coreutils 8.17 || \
- bootstrap_gnu coreutils 8.12
+ # 8.18 is necessary for macOS High Sierra (darwin17) and converted
+ # to tar.gz for this case
+ bootstrap_gnu coreutils 8.28 || bootstrap_gnu coreutils 8.16 || \
+ bootstrap_gnu coreutils 8.17 || bootstrap_gnu coreutils 8.12
}
bootstrap_tar() {