commit:     0adeb21344b8506cc7949bf2587752ef1c3f8f47
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 19 10:50:07 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sat Dec 19 10:52:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0adeb213

sys-apps/fd: fix zsh completion in 8.2.1

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 sys-apps/fd/fd-8.2.1.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/sys-apps/fd/fd-8.2.1.ebuild b/sys-apps/fd/fd-8.2.1.ebuild
index 4518c112e24..4d2bf148c6e 100644
--- a/sys-apps/fd/fd-8.2.1.ebuild
+++ b/sys-apps/fd/fd-8.2.1.ebuild
@@ -96,6 +96,11 @@ src_install() {
        newbashcomp "${T}"/shell_completions/fd.bash fd
        insinto /usr/share/fish/vendor_completions.d
        doins "${T}"/shell_completions/fd.fish
+
+       # zsh completion is in contrib
+       insinto /usr/share/zsh/site-functions
+       doins contrib/completion/_fd
+
        dodoc README.md
        doman doc/*.1
 }

Reply via email to