summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrkhsh <me@drkhsh.at>2022-12-19 19:26:57 +0100
committerRafael Marçalo <raroma09@gmail.com>2023-01-03 15:03:27 +0000
commit1ccb2eab1d393028e65c6cedd156d2bc61dce8a2 (patch)
tree9f4c6d9522cdb677f33e30ef8caeef754f09bfa9
parentf626e305925a07e5cad94eb53ccacf2fa1793454 (diff)
Revert "config.mk: Fix PREFIX assignment"
"?=" is not POSIX, packagers should use "make PREFIX=". This reverts commit c225c4315161a992b9e44dd990d083ee57f7f713.
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 8f06800..ead1859 100644
--- a/config.mk
+++ b/config.mk
@@ -4,7 +4,7 @@ VERSION = 0
# customize below to fit your system
# paths
-PREFIX ?= /usr/local
+PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man
X11INC = /usr/X11R6/include