Skip to content

Commit

Permalink
Merge pull request #32 from ltratt/move_bash_completion_install
Browse files Browse the repository at this point in the history
Install bash completion into `share/bash-completion/completions/pizauth`.
  • Loading branch information
ltratt authored Jan 20, 2024
2 parents 194f75e + 1893493 commit f32cb2f
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-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
Expand Down

0 comments on commit f32cb2f

Please sign in to comment.