Introduction
Introduction Statistics Contact Development Disclaimer Help
config.mk: Fix PREFIX assignment - slstatus - status monitor
git clone git://git.suckless.org/slstatus
Log
Files
Refs
README
LICENSE
---
commit c225c4315161a992b9e44dd990d083ee57f7f713
parent 984f45719e8ac9f4451c2d009fb34e28afdfbdb6
Author: planet36 <[email protected]>
Date: Wed, 26 May 2021 14:29:32 -0400
config.mk: Fix PREFIX assignment
Signed-off-by: drkhsh <[email protected]>
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.