diff options
author | 2021-08-25 12:05:23 +0300 | |
---|---|---|
committer | 2021-08-25 12:05:33 +0300 | |
commit | 0238b10c158a0ee0232441365ce1b964d36630aa (patch) | |
tree | 8237bd462e422c366755747b23d89ff3656fb676 /app-admin | |
parent | dev-libs/libphonenumber: Version Bump (diff) | |
download | guru-0238b10c158a0ee0232441365ce1b964d36630aa.tar.gz guru-0238b10c158a0ee0232441365ce1b964d36630aa.tar.bz2 guru-0238b10c158a0ee0232441365ce1b964d36630aa.zip |
app-admin/chezmoi: Fix completion installation
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Max Grinberg <codeswhite@protonmail.com>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/chezmoi/chezmoi-2.1.5.ebuild | 2 | ||||
-rw-r--r-- | app-admin/chezmoi/chezmoi-2.1.6.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/chezmoi/chezmoi-2.1.5.ebuild b/app-admin/chezmoi/chezmoi-2.1.5.ebuild index 7d18a3f9c..b70641403 100644 --- a/app-admin/chezmoi/chezmoi-2.1.5.ebuild +++ b/app-admin/chezmoi/chezmoi-2.1.5.ebuild @@ -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" diff --git a/app-admin/chezmoi/chezmoi-2.1.6.ebuild b/app-admin/chezmoi/chezmoi-2.1.6.ebuild index d405f995f..a68253c02 100644 --- a/app-admin/chezmoi/chezmoi-2.1.6.ebuild +++ b/app-admin/chezmoi/chezmoi-2.1.6.ebuild @@ -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} |