Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
kvinty committed Aug 13, 2024
1 parent 45b1ca7 commit 2888ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grimpicker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build:
scdoc <"${PKGNAME}.1.scd" >"${PKGNAME}.1"

install:
# Not installing zsh completion here as their destination depends on the distribution
# Not installing zsh completion here as its destination depends on the distribution
install -D -m 755 "${PKGNAME}" "${DESTDIR}${PREFIX}/bin/${PKGNAME}"
install -D -m 644 "completion.bash" "${DESTDIR}${PREFIX}/share/bash-completion/completions/${PKGNAME}"
install -D -m 644 "completion.fish" "${DESTDIR}${PREFIX}/share/fish/vendor_completions.d/${PKGNAME}.fish"
Expand Down

0 comments on commit 2888ca2

Please sign in to comment.