Set Makefile to point towards proper manpage location.

This commit is contained in:
Mid Favila 2022-10-18 12:51:52 -04:00
parent 55f2dabd92
commit 9d338ff569
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ install: all
mkdir -p ${DESTDIR}/${PREFIX}/bin
mkdir -p ${DESTDIR}/${PREFIX}/share/man/man.1
install -Dm0755 ${BIN} ${DESTDIR}/${PREFIX}/bin/
install -Dm0644 ${MAN} ${DESTDIR}/${PREFIX}/share/man/man.1/
install -Dm0644 ${MAN} ${DESTDIR}/${PREFIX}/share/man/man1/
clean:
rm ${BIN} *.o