Skip to content

Commit

Permalink
Install bash completion into share/bash-completion/completions/pizauth.
Browse files Browse the repository at this point in the history
  • Loading branch information
ltratt committed Jan 20, 2024
1 parent 194f75e commit e91423f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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-completions/completions
install -c -m 444 share/bash/completion.bash ${DESTDIR}${SHAREDIR}/bash-completions/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
Expand Down

0 comments on commit e91423f

Please sign in to comment.