diff --git a/bat/lure.sh b/bat/lure.sh index 4f326fd..15170bf 100644 --- a/bat/lure.sh +++ b/bat/lure.sh @@ -22,8 +22,8 @@ package() { cd "./bat-$version-x86_64-unknown-linux-musl" install -Dm755 "./bat" "${pkgdir}/usr/local/bin/bat" install -Dm644 "./bat.1" "${pkgdir}/usr/local/share/man/man1/bat.1" - install -Dm644 "./autocomplete/bat.fish" "/usr/share/fish/completions/bat.fish" - install -Dm644 "./autocomplete/bat.zsh" "/usr/share/zsh/site-functions/_bat" - install -Dm644 "./autocomplete/bat.bash" "/usr/share/bash-completion/completions/bat" + install -Dm644 "./autocomplete/bat.fish" "${pkgdir}/usr/share/fish/completions/bat.fish" + install -Dm644 "./autocomplete/bat.zsh" "${pkgdir}/usr/share/zsh/site-functions/_bat" + install -Dm644 "./autocomplete/bat.bash" "${pkgdir}/usr/share/bash-completion/completions/bat" }