From: phillbush Date: Tue, 19 May 2020 02:00:29 +0000 (-0300) Subject: Fixed makefile X-Git-Url: http://git.subgeniuskitty.com/xmenu/.git/commitdiff_plain/697f63c47427bcca9115e74859ce4debe788fdc5 Fixed makefile --- diff --git a/Makefile b/Makefile index 8044579..8e58c75 100644 --- a/Makefile +++ b/Makefile @@ -18,8 +18,9 @@ clean: install: all install -d ${DESTDIR}${PREFIX}/bin/ + install -d ${DESTDIR}${MANPREFIX}/man1/ install -m 755 ${PROG} ${DESTDIR}${PREFIX}/bin/ - install -m 644 ${PROG}.1 ${DESTDIR}${MANPREFIX} + install -m 644 ${PROG}.1 ${DESTDIR}${MANPREFIX}/man1/ uninstall: rm -f ${DESTDIR}/${PREFIX}/bin/${PROG}