changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: link core to skel in bootstrap

changeset 369: 7c19637786a7
parent 368: 43afcbbe2d07
child 370: 6b92d9ffbc77
author: Richard Westhaver <ellis@rwest.io>
date: Tue, 24 Sep 2024 13:54:17 -0400
files: bootstrap.sh
description: link core to skel in bootstrap
     1.1--- a/bootstrap.sh	Mon Sep 23 19:47:38 2024 -0400
     1.2+++ b/bootstrap.sh	Tue Sep 24 13:54:17 2024 -0400
     1.3@@ -68,6 +68,8 @@
     1.4   tar -xf "core.tar"
     1.5   cd ..
     1.6   cp -rf tmp/core/bin/* bin/
     1.7+  # unpacked core, link binaries
     1.8+  ln -sf bin/core bin/skel
     1.9   cp -rf tmp/core/share/* share/
    1.10   fi
    1.11