commit 93fc05a8b93149dbef578737be170fa6db5dbbfc parent 4faf2f177a99d3d2d42fb46c677c75cc31fc51bb Author: Ethan Long <Ethan.Long@anu.edu.au> Date: Mon, 30 Dec 2024 00:50:19 +1100 Void now installs to the user only as well Diffstat:
| M | config.mk.void | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.mk.void b/config.mk.void @@ -4,7 +4,7 @@ VERSION = 6.5 # Customize below to fit your system # paths -PREFIX = /usr/local +PREFIX = $HOME/.local MANPREFIX = ${PREFIX}/share/man X11INC = /usr/X11R6/include