instow

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

commit a7a9d8c8a977abfe9e162093ed450a5e3e76f483
parent 76b7a0e23b31ee420f527bf9ec3f1e7a8c8bca39
Author: Szymon Mikulicz <szymon.mikulicz@posteo.net>
Date:   Wed,  6 May 2026 23:23:35 +0200

lowercase prefix

Diffstat:
Msrc/main.janet | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/main.janet b/src/main.janet @@ -188,6 +188,7 @@ "-C" builddir "install" (stropt "PREFIX" prefix) + (stropt "prefix" prefix) (stropt "CMAKE_INSTALL_PREFIX" prefix) (stropt "DESTDIR" destdir) (stropt "INSTALL_ROOT" destdir))