loksh-noxz[discontinued] a Linux port of OpenBSD's ksh |
|
git clone https://noxz.tech/git/loksh-noxz.git | |
loksh-noxz |
commit: 6b6f716b1b892d85e4c147b03fcf856e012e4017 parent: 5d3328bc4a6ac8177b888c2570c4ced28179b67a author: Chris Noxz <chris@noxz.tech> date: Wed, 10 Mar 2021 10:04:15 +0100
Change prefix from /usr/local to just /usr
M | Makefile | 2 | +- |
diff --git a/Makefile b/Makefile @@ -1,5 +1,5 @@ all: - [ -d build ] || meson --prefix=/usr/local build + [ -d build ] || meson --prefix=/usr build ninja -C build install: