# HG changeset patch # User Richard Westhaver # Date 1727207604 14400 # Node ID 7dcabf3e0edc78916319d6d5921bafc9cc9204bb # Parent 6b92d9ffbc77a30eb7c617824668bd6e13e4bff4 no link in bootstrap.sh diff -r 6b92d9ffbc77 -r 7dcabf3e0edc .hgsubstate --- a/.hgsubstate Tue Sep 24 15:04:11 2024 -0400 +++ b/.hgsubstate Tue Sep 24 15:53:24 2024 -0400 @@ -1,4 +1,4 @@ 36849cbd95545dc18f5a4a3d07c9055beca38f0b box 0000000000000000000000000000000000000000 etc 13e2311f62218eb153de54dd7c51e422567df0ed home -90970dfd5a8bf8734e4039616010bca1ed74b314 pod +7b2e34e1c161a553ba7b9061de8bc3c5cdc02acd pod diff -r 6b92d9ffbc77 -r 7dcabf3e0edc bootstrap.sh --- a/bootstrap.sh Tue Sep 24 15:04:11 2024 -0400 +++ b/bootstrap.sh Tue Sep 24 15:53:24 2024 -0400 @@ -69,7 +69,10 @@ cd .. cp -rf tmp/core/bin/* bin/ # unpacked core, link binaries - ln -sf bin/core bin/skel + cd bin + # ln -sf core skel + # ln -sf core homer + cd .. cp -rf tmp/core/share/* share/ fi