From: phillbush Date: Tue, 19 May 2020 01:56:53 +0000 (-0300) Subject: Fixed man page installation. X-Git-Url: http://git.subgeniuskitty.com/xmenu/.git/commitdiff_plain/9c891da8b31a7521326cc611bcbe48a510ad0a87?hp=dbeb9940548719f4958de4cac2d39ac624ee65ef Fixed man page installation. --- 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