instow

:)
git clone https://git.sr.ht/~ashymad/instow
Log | Files | Refs | LICENSE

commit 4a0268bbb79326c10ad1a937630eb5d29eb66754
parent 24ff68964dda9cceb263fbf0de53fee04fd4493a
Author: Szymon Mikulicz <szymon.mikulicz@posteo.net>
Date:   Tue, 17 Mar 2026 21:57:57 +0100

Preserver permissions

Diffstat:
Mbootstrap.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap.sh b/bootstrap.sh @@ -33,7 +33,7 @@ popd cp -r $ROOTDIR/$ROOTDIR/* $ROOTDIR/ sed '1s@^@#!/usr/bin/env janet\n@' "$ROOTDIR/bin/jpm" > "$ROOTDIR/bin/jpm.new" -mv "$ROOTDIR/bin/jpm.new" "$ROOTDIR/bin/jpm" +cat "$ROOTDIR/bin/jpm.new" > "$ROOTDIR/bin/jpm" echo "[5/9] Building instowl" "$ROOTDIR/bin/janet" "$ROOTDIR/bin/jpm" --headerpath="$ROOTDIR/include" build