aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2018-03-24 16:14:07 -0400
committerMitch Riedstra <mitch@riedstra.us>2018-03-24 16:14:07 -0400
commit70f1040dc7afc9c8d11029e198a84935487b5033 (patch)
tree12ee3335b0abd909997c9c8c3033574e884d79b3 /config.mk
parentc5ba9c025b7ebc34979e839453528f6e4a18712d (diff)
downloadst-70f1040dc7afc9c8d11029e198a84935487b5033.tar.gz
st-70f1040dc7afc9c8d11029e198a84935487b5033.tar.xz
Disable bold fonts by default, look like xterm by default, use a sane font by default, and install to my home directory
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 0aceec4..5437040 100644
--- a/config.mk
+++ b/config.mk
@@ -4,7 +4,8 @@ VERSION = 0.7
# Customize below to fit your system
# paths
-PREFIX = /usr/local
+DESTDIR = /home/mitch/pkg
+PREFIX =
MANPREFIX = $(PREFIX)/share/man
X11INC = /usr/X11R6/include