aws-vault: install fish completion to vendor_completions.d
This commit is contained in:
parent
33881914de
commit
3f7dad80e3
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'aws-vault'
|
||||
pkgname=aws-vault
|
||||
version=5.1.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=go
|
||||
go_import_path=github.com/99designs/aws-vault
|
||||
short_desc="Vault for securely storing and accessing AWS credentials"
|
||||
|
@ -16,5 +16,5 @@ post_install() {
|
|||
|
||||
vinstall completions/zsh/_aws-vault 0644 usr/share/zsh/site-functions
|
||||
vinstall completions/bash/aws-vault 0644 usr/share/bash-completion/completions
|
||||
vinstall completions/fish/aws-vault.fish 0644 usr/share/fish/completions
|
||||
vinstall completions/fish/aws-vault.fish 0644 usr/share/fish/vendor_completions.d
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue