Introduction
Introduction Statistics Contact Development Disclaimer Help
Install manpages in $PREFIX/man not $PREFIX/share/man - farbfeld - suckless ima…
git clone git://git.suckless.org/farbfeld
Log
Files
Refs
README
LICENSE
---
commit 5bc3650669e4c12105b944058b0f9cdeb186e2e5
parent 295094bbbfecd64b4e6841e5e8093cc1748a2917
Author: FRIGN <[email protected]>
Date: Wed, 6 Jan 2016 18:15:52 +0100
Install manpages in $PREFIX/man not $PREFIX/share/man
Real men use /man and don't /share/man
Diffstat:
M config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/config.mk b/config.mk
@@ -2,7 +2,7 @@
# paths
PREFIX = /usr/local
-MANPREFIX = ${PREFIX}/share/man
+MANPREFIX = ${PREFIX}/man
PNGLIB = /usr/local/lib
PNGINC = /usr/local/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.