instow

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

commit ad5ffa451b6128105c297323c8df0242683d9ca3
parent ea8c454e580264f397218cdc70123c149c06ff33
Author: Szymon Mikulicz <szymon.mikulicz@posteo.net>
Date:   Mon, 16 Mar 2026 18:02:51 +0100

Make sure the dirs exist first

Diffstat:
Mbootstrap.sh | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/bootstrap.sh b/bootstrap.sh @@ -9,6 +9,8 @@ PREFIX="${PREFIX:-$HOME/.local}" SRCDIR="${SRCDIR:-$PREFIX/src}" PKGDIR="${PKGDIR:-$PREFIX/pkg}" +mkdir -p "$SRCDIR" +mkdir -p "$PKGDIR" ROOTDIR="$(mktemp -d)" pushd "$SRCDIR"