app-admin/chezmoi: Fix completion installation

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Max Grinberg <codeswhite@protonmail.com>
This commit is contained in:
Max Grinberg
2021-08-25 12:05:23 +03:00
parent 2e19a8a725
commit 0238b10c15
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
EAPI=7
inherit go-module
inherit go-module bash-completion-r1
DESCRIPTION="Manage your dotfiles across multiple machines, securely"
HOMEPAGE="https://chezmoi.io"

View File

@@ -3,7 +3,7 @@
EAPI=7
inherit go-module
inherit go-module bash-completion-r1
DESCRIPTION="Manage your dotfiles across multiple machines, securely"
HOMEPAGE="https://chezmoi.io"
@@ -878,7 +878,7 @@ src_install() {
newbashcomp completions/${PN}-completion.bash ${PN}
insinto /usr/share/fish/vendor_completions.d
newins completions/${PN}.fish
doins completions/${PN}.fish
insinto /usr/share/zsh/site-functions
newins completions/${PN}.zsh _${PN}