config.mk: fix manpage install path - lchat - A line oriented chat front end fo… | |
git clone git://git.suckless.org/lchat | |
Log | |
Files | |
Refs | |
README | |
--- | |
commit b04323cbd25293b64b73cf544cb3af077e7a0050 | |
parent 8f9d976404ef1c599a2f0939c167e2e2d1408164 | |
Author: Jan Klemkow <[email protected]> | |
Date: Fri, 14 Oct 2022 18:02:21 +0200 | |
config.mk: fix manpage install path | |
Diffstat: | |
M config.mk | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/config.mk b/config.mk | |
@@ -1,7 +1,7 @@ | |
# paths | |
PREFIX = /usr/local | |
BINDIR = $(PREFIX)/bin | |
-MANDIR = $(PREFIX)/share/man | |
+MANDIR = $(PREFIX)/man | |
MAN1DIR = $(MANDIR)/man1 | |
CFLAGS = -std=c99 -pedantic -Wall -Wextra -I/usr/local/include |