Introduction
Introduction Statistics Contact Development Disclaimer Help
Revert "config.mk: Fix PREFIX assignment" - slstatus - status monitor
git clone git://git.suckless.org/slstatus
Log
Files
Refs
README
LICENSE
---
commit 034c591a95feec885208266a6849c04289a9c4a5
parent 305aa5138add5971456c880219fe859cd4189624
Author: drkhsh <[email protected]>
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:
M config.mk | 2 +-
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
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.