Default install to user prefix

Signed-off-by: Thomas Groman <tgroman@nuegia.net>
This commit is contained in:
Thomas Groman 2021-04-27 22:23:00 -07:00 committed by Felix (xq) Queißner
parent 5abc9cbe1e
commit 3a191422ed
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Install to /usr/local unless otherwise specified, such as `make PREFIX=/app`
PREFIX?=/usr/local
# Install to ~/.local unless otherwise specified, such as `make PREFIX=/app`
PREFIX?=~/.local
# Man pages by default instaled to /usr/local/share/man, like above this can
# be specified on command line.