summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
)