From abf06e058d93f1b900b2c940598e28440703ca3f Mon Sep 17 00:00:00 2001 From: Laurence Tratt Date: Tue, 2 Jan 2024 23:38:24 +0000 Subject: [PATCH] BINDIR --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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