From 9e4883db601c5150286798c748d2e89edab1e1cb Mon Sep 17 00:00:00 2001 From: Nakidai Date: Wed, 27 Mar 2024 03:11:28 +0300 Subject: [PATCH] Move installation folder to .local --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 2980398..1887a5f 100644 --- a/config.mk +++ b/config.mk @@ -4,7 +4,7 @@ VERSION = 6.2 # Customize below to fit your system # paths -PREFIX = /usr/local +PREFIX = ${HOME}/.local/ MANPREFIX = ${PREFIX}/share/man X11INC = /usr/include/X11