summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2024-12-09 16:36:40 -0600
committerZach van Rijn <me@zv.io>2024-12-09 16:36:40 -0600
commitdcbe2997631f6730305c1260de6275c32cde33ee (patch)
tree3507263c8f8506212961e0c2ecee613afa174c5e
parent89a6429453191dfd00ed72b5bcc92f4aa8c24899 (diff)
downloadbootstrap-dcbe2997631f6730305c1260de6275c32cde33ee.tar.gz
bootstrap-dcbe2997631f6730305c1260de6275c32cde33ee.tar.bz2
bootstrap-dcbe2997631f6730305c1260de6275c32cde33ee.tar.xz
bootstrap-dcbe2997631f6730305c1260de6275c32cde33ee.zip
setup-abuild: remove problematic symlink.
-rwxr-xr-xsetup-abuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup-abuild b/setup-abuild
index 67c5f43..cce521c 100755
--- a/setup-abuild
+++ b/setup-abuild
@@ -418,7 +418,8 @@ test ! -f ._${nlar}-${vlar} &&
;
make -j$(nproc) install;
# These are required by 'abuild' instead of GNU tar.
- for k in cat cpio tar; do
+ # Note that 'cat' will break the mcmtools 'bootstrap'.
+ for k in cpio tar; do
ln -sf bsd${k} "${DEST}"/bin/${k};
done
)