From fa1d572c26f07d58cde5e96f645c504098f46b2d Mon Sep 17 00:00:00 2001 From: Jasper Spahl Date: Sat, 23 Sep 2023 15:08:35 +0200 Subject: [PATCH] change installation to user specific installation --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 1938f76..aa27cd8 100644 --- a/config.mk +++ b/config.mk @@ -4,7 +4,7 @@ VERSION = 0.8.2 # Customize below to fit your system # paths -PREFIX ?= /usr/local +PREFIX ?= $(HOME)/.local/ MANPREFIX = $(PREFIX)/share/man X11INC = /usr/X11R6/include