commit 034c591a95feec885208266a6849c04289a9c4a5
parent 305aa5138add5971456c880219fe859cd4189624
Author: drkhsh <me@drkhsh.at>
Date: Mon, 19 Dec 2022 19:26:57 +0100
Revert "config.mk: Fix PREFIX assignment"
"?=" is not POSIX, packagers should use "make PREFIX=".
This reverts commit c225c4315161a992b9e44dd990d083ee57f7f713.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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