Move installation folder to .local
parent
06450a0e23
commit
3dd6d456bf
|
@ -4,7 +4,7 @@ VERSION = 6.2
|
||||||
# Customize below to fit your system
|
# Customize below to fit your system
|
||||||
|
|
||||||
# paths
|
# paths
|
||||||
PREFIX = /usr/local
|
PREFIX = ${HOME}/.local/
|
||||||
MANPREFIX = ${PREFIX}/share/man
|
MANPREFIX = ${PREFIX}/share/man
|
||||||
|
|
||||||
X11INC = /usr/include/X11
|
X11INC = /usr/include/X11
|
||||||
|
|
Loading…
Reference in New Issue