projects
/
suckless
/
slstatus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
305aa51
)
Revert "config.mk: Fix PREFIX assignment"
author
drkhsh
<me@drkhsh.at>
Mon, 19 Dec 2022 18:26:57 +0000
(19:26 +0100)
committer
drkhsh
<me@drkhsh.at>
Mon, 19 Dec 2022 18:26:57 +0000
(19:26 +0100)
"?=" is not POSIX, packagers should use "make PREFIX=".
This reverts commit
c225c4315161a992b9e44dd990d083ee57f7f713
.
config.mk
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index 8f0680022a3971918829b6aab0ea3d9647531e41..ead1859fb7ef9494a83779421e66c429b8c4d670 100644
(file)
--- 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