diff --git a/Makefile b/Makefile index f93063a..210a671 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ PLATFORM=$(shell uname) install: target/release/pizauth install -d ${DESTDIR}${BINDIR} - install -c -m 555 target/release/pizauth ${DESTDIR}${PREFIX}/bin/pizauth + install -c -m 555 target/release/pizauth ${DESTDIR}${BINDIR}/pizauth install -d ${DESTDIR}${MANDIR}/man1 install -d ${DESTDIR}${MANDIR}/man5 install -c -m 444 pizauth.1 ${DESTDIR}${MANDIR}/man1/pizauth.1