commit cf6e665e842a3fccb36ff8e17eb7d09011e7dddc parent 7c3abae4e68b6a21f05cb04f3af31217259c0aa9 Author: Jake Koroman <jake@jakekoroman.com> Date: Thu, 2 Oct 2025 08:42:17 -0400 config.mk: change default prefix to ~/.local Diffstat:
M | config.mk | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.mk b/config.mk @@ -4,7 +4,7 @@ VERSION = 6.6 # Customize below to fit your system # paths -PREFIX = /usr/local +PREFIX = ${HOME}/.local MANPREFIX = ${PREFIX}/share/man X11INC = /usr/X11R6/include