From 817494dd73290f0b66528255c39e62d6cd6d86e8 Mon Sep 17 00:00:00 2001 From: Piraty Date: Tue, 25 Feb 2020 11:37:24 +0100 Subject: [PATCH] hub: install fish completion to vendor_completions.d --- srcpkgs/hub/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hub/template b/srcpkgs/hub/template index 1771c28ef6e..198421af375 100644 --- a/srcpkgs/hub/template +++ b/srcpkgs/hub/template @@ -1,7 +1,7 @@ # Template file for 'hub' pkgname=hub version=2.14.1 -revision=1 +revision=2 build_style=go go_import_path=github.com/github/hub hostmakedepends="git groff" @@ -46,5 +46,5 @@ post_install() { vinstall etc/hub.zsh_completion 644 usr/share/zsh/site-functions _hub vinstall etc/hub.bash_completion.sh 644 usr/share/bash-completion/completions hub - vinstall etc/hub.fish_completion 644 usr/share/fish/completions hub.fish + vinstall etc/hub.fish_completion 644 usr/share/fish/vendor_completions.d hub.fish }