From e02fe2c786c8e816b7c5a9c9b2b0853f68a60ba5 Mon Sep 17 00:00:00 2001 From: Giacomo Picchiarelli Date: Sun, 18 Aug 2019 10:02:28 +0200 Subject: [PATCH] FIX: makewhatis path --- man/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/Makefile b/man/Makefile index 89916d3..ce30e85 100644 --- a/man/Makefile +++ b/man/Makefile @@ -2,11 +2,11 @@ realinstall: cp ${DAEMON_NAME}.8 ${MANDIR}${DAEMON_NAME}.8 - makewhatis ${LOCALBASE}${MANDIR} + makewhatis ${MANDIR} clean: rm ${MANDIR}${DAEMON_NAME}.8 - makewhatis ${LOCALBASE}${MANDIR} + makewhatis ${MANDIR} .include .include