From fcea0858fbc4a2379cf1dca64a33e23b833ec620 Mon Sep 17 00:00:00 2001 From: Rainer Wittmaack Date: Wed, 6 Jul 2022 20:40:52 -0500 Subject: [PATCH] Install to ${HOME}/.local instead of /usr/local. --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 1741840..31216ab 100644 --- a/config.mk +++ b/config.mk @@ -4,7 +4,7 @@ VERSION = 0.8.4 # Customize below to fit your system # paths -PREFIX = /usr/local +PREFIX = ${HOME}/.local MANPREFIX = $(PREFIX)/share/man X11INC = /usr/X11R6/include