From 9c891da8b31a7521326cc611bcbe48a510ad0a87 Mon Sep 17 00:00:00 2001 From: phillbush Date: Mon, 18 May 2020 22:56:53 -0300 Subject: [PATCH] Fixed man page installation. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3fdb5e3..8044579 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,6 @@ install: all uninstall: rm -f ${DESTDIR}/${PREFIX}/bin/${PROG} - rm -f ${DESTDIR}/${MANPREFIX}/${PROG}.1 + rm -f ${DESTDIR}/${MANPREFIX}/man1/${PROG}.1 .PHONY: all clean install uninstall -- 2.20.1