From 3f7dad80e311d6513b0e7636ecbf368fe927b1bd Mon Sep 17 00:00:00 2001 From: Piraty Date: Tue, 25 Feb 2020 11:21:24 +0100 Subject: [PATCH] aws-vault: install fish completion to vendor_completions.d --- srcpkgs/aws-vault/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/aws-vault/template b/srcpkgs/aws-vault/template index 513983d2692..7ebf4e93d78 100644 --- a/srcpkgs/aws-vault/template +++ b/srcpkgs/aws-vault/template @@ -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 }