Skip to content
Snippets Groups Projects
Commit e8eec604 authored by Jakub Jirutka's avatar Jakub Jirutka :flag_ua:
Browse files

testing/mqttui: fix bash completion file name

parent 349c9b4c
No related branches found
No related tags found
1 merge request!34128testing/mqttui: improve aport and move to community
......@@ -35,7 +35,7 @@ package() {
cargo install --locked --path . --root="$pkgdir/usr"
rm "$pkgdir"/usr/.crates*
install -Dm644 "target/completions/$pkgname.bash" -t "$pkgdir"/usr/share/bash-completion/completions/
install -Dm644 "target/completions/$pkgname.bash" "$pkgdir"/usr/share/bash-completion/completions/$pkgname
install -Dm644 "target/completions/$pkgname.fish" -t "$pkgdir"/usr/share/fish/completions/
install -Dm644 "target/completions/_$pkgname" -t "$pkgdir"/usr/share/zsh/site-functions/
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment