From bb8814b496f8a55678fceaffbdcd9405557aa20c Mon Sep 17 00:00:00 2001 From: randomuser Date: Thu, 22 Dec 2022 15:28:11 -0600 Subject: [PATCH] change /usr/local to home/.local --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ec74a29..ddedcd7 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PREFIX = /usr/local +PREFIX = $(HOME)/.local bindir = $(PREFIX)/bin datarootdir = $(PREFIX)/share mandir = $(datarootdir)/man