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 Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
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: