Introduction
Introduction Statistics Contact Development Disclaimer Help
Update MANPREFIX according to FHS - farbfeld - suckless image format with conve…
git clone git://git.suckless.org/farbfeld
Log
Files
Refs
README
LICENSE
---
commit a9877de22960f14fb16e862cf46290a477779e98
parent 0af2542eeb1b579af1a465279fe9a5d9a53c80e0
Author: Laslo Hunhold <[email protected]>
Date: Sun, 13 Aug 2017 23:29:30 +0200
Update MANPREFIX according to FHS
http://www.pathname.com/fhs/2.2/fhs-4.11.html
Diffstat:
M config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/config.mk b/config.mk
@@ -5,7 +5,7 @@ VERSION = 3
# paths
PREFIX = /usr/local
-MANPREFIX = $(PREFIX)/man
+MANPREFIX = $(PREFIX)/share/man
# flags
CPPFLAGS = -D_DEFAULT_SOURCE
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.