From 1893493cc6a2e0fb5c86022e5a3d8d8922e890ab Mon Sep 17 00:00:00 2001 From: Laurence Tratt Date: Sat, 20 Jan 2024 19:50:50 +0000 Subject: [PATCH] Install bash completion into share/bash-completion/completions/pizauth. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e4bea3e..660d488 100644 --- a/Makefile +++ b/Makefile @@ -27,8 +27,8 @@ install: target/release/pizauth install -c -m 444 pizauth.conf.5 ${DESTDIR}${MANDIR}/man5/pizauth.conf.5 install -d ${DESTDIR}${EXAMPLESDIR}/pizauth install -c -m 444 examples/pizauth.conf ${DESTDIR}${EXAMPLESDIR}/pizauth/pizauth.conf - install -d ${DESTDIR}${SHAREDIR}/pizauth/bash - install -c -m 444 share/bash/completion.bash ${DESTDIR}${SHAREDIR}/pizauth/bash/completion.bash + install -d ${DESTDIR}${SHAREDIR}/bash-completion/completions + install -c -m 444 share/bash/completion.bash ${DESTDIR}${SHAREDIR}/bash-completion/completions/pizauth ifeq ($(PLATFORM), Linux) install -d ${DESTDIR}${LIBDIR}/systemd/user install -c -m 444 lib/systemd/user/pizauth.service ${DESTDIR}${LIBDIR}/systemd/user/pizauth.service