# HG changeset patch # User Richard Westhaver # Date 1727200457 14400 # Node ID 7c19637786a7e79cc1e8cb7b1cf07a59977524a8 # Parent 43afcbbe2d0705b947ae7c09556110c2c5811346 link core to skel in bootstrap diff -r 43afcbbe2d07 -r 7c19637786a7 bootstrap.sh --- a/bootstrap.sh Mon Sep 23 19:47:38 2024 -0400 +++ b/bootstrap.sh Tue Sep 24 13:54:17 2024 -0400 @@ -68,6 +68,8 @@ tar -xf "core.tar" cd .. cp -rf tmp/core/bin/* bin/ + # unpacked core, link binaries + ln -sf bin/core bin/skel cp -rf tmp/core/share/* share/ fi