change /usr/local to home/.local

This commit is contained in:
randomuser 2022-12-22 15:28:11 -06:00
parent 8be499c200
commit bb8814b496
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
PREFIX = /usr/local
PREFIX = $(HOME)/.local
bindir = $(PREFIX)/bin
datarootdir = $(PREFIX)/share
mandir = $(datarootdir)/man