summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2020-06-11 21:27:56 +0100
committerDavid T. Sadler <davidtsadler@googlemail.com>2020-06-11 21:27:56 +0100
commit770610405fb22e23f87bb9d510f7de0bd011ceed (patch)
treeb6539b4462f60b917ba5b044c4c3c95757321aab
parentdec6b530a4fddf405c1822b2cac6e2036d3c8b75 (diff)
Have st installed into ~/.local
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index beafc35..8be1a78 100644
--- a/config.mk
+++ b/config.mk
@@ -4,7 +4,7 @@ VERSION = 0.8.3
# Customize below to fit your system
# paths
-PREFIX = /usr/local
+PREFIX = ~/.local
MANPREFIX = $(PREFIX)/share/man
X11INC = /usr/X11R6/include