Skip to content

Commit

Permalink
Update maa-cli fish cmp dir
Browse files Browse the repository at this point in the history
  • Loading branch information
horror-proton committed Dec 30, 2024
1 parent 89707ca commit cb357f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maa-cli-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ package() {

install -Dm644 <("$pkgdir"/usr/bin/maa complete bash) "$pkgdir/usr/share/bash-completion/completions/maa"
install -Dm644 <("$pkgdir"/usr/bin/maa complete zsh) "$pkgdir/usr/share/zsh/site-functions/_maa"
install -Dm644 "$srcdir/${pkgname%-git}"/maa-cli/completions/*.fish -t "$pkgdir/usr/share/fish/vendor_completions.d/"
install -Dm644 "$srcdir/${pkgname%-git}"/crates/maa-cli/completions/*.fish -t "$pkgdir/usr/share/fish/vendor_completions.d/"

mkdir -p "$pkgdir/usr/share/man/man1"
"$pkgdir/usr/bin/maa" mangen --path "$pkgdir/usr/share/man/man1"
Expand Down

0 comments on commit cb357f4

Please sign in to comment.