aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorJeff Becker <ampernand@gmail.com>2016-12-05 09:54:08 -0500
committerJeff Becker <ampernand@gmail.com>2016-12-05 09:54:08 -0500
commitfd393153366e02c6abb01fa879c75ef4ce1fc36a (patch)
treec3498431ee7ec40b5673b0cad5193d8072bd9ca8 /config.mk
parentf22b460d0c0d7b48f6cf233c9bae7368c730229d (diff)
downloadwterm-fd393153366e02c6abb01fa879c75ef4ce1fc36a.zip
wterm-fd393153366e02c6abb01fa879c75ef4ce1fc36a.tar.gz
wterm-fd393153366e02c6abb01fa879c75ef4ce1fc36a.tar.bz2
default to use /usr/local prefix
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index 7bdabb7..c1946ee 100644
--- a/config.mk
+++ b/config.mk
@@ -6,5 +6,4 @@ ENABLE_NOUVEAU = 1
CFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=700
-# this can be changed to /usr/local
-PREFIX=$(HOME)
+PREFIX=/usr/local