Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Commit

Permalink
typo: add space
Browse files Browse the repository at this point in the history
  • Loading branch information
nikaro committed Nov 3, 2022
1 parent 7b79b13 commit 481da03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ install:
install -d ${MANDIR}/man1
install -m 644 $(wildcard man/${APP}*.1) ${MANDIR}/man1/
install -d ${SHAREDIR}/bash-completion/completions
install -m644 completions/${APP} ${SHAREDIR}/bash-completion/completions/${APP}
install -m 644 completions/${APP} ${SHAREDIR}/bash-completion/completions/${APP}
install -d ${SHAREDIR}/fish/vendor_completions.d
install -m644 completions/${APP}.fish ${SHAREDIR}/fish/vendor_completions.d/${APP}.fish
install -m 644 completions/${APP}.fish ${SHAREDIR}/fish/vendor_completions.d/${APP}.fish
install -d ${SHAREDIR}/zsh/site-functions
install -m644 completions/_${APP} ${SHAREDIR}/zsh/site-functions/_${APP}
install -m 644 completions/_${APP} ${SHAREDIR}/zsh/site-functions/_${APP}

.PHONY: uninstall
## uninstall: Uninstall the application
Expand Down

0 comments on commit 481da03

Please sign in to comment.