commit:     20ce0276635ba4bcb899ed6a063081c1e5eaa40d
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Wed Feb 23 11:07:51 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 23 13:28:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20ce0276

gui-apps/grim: fix doins fish completions path

Closes: https://bugs.gentoo.org/833932
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24326
Signed-off-by: Sam James <sam <AT> gentoo.org>

 gui-apps/grim/grim-1.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/grim/grim-1.4.0-r1.ebuild 
b/gui-apps/grim/grim-1.4.0-r1.ebuild
index 66522ea185c3..0883e35c818a 100644
--- a/gui-apps/grim/grim-1.4.0-r1.ebuild
+++ b/gui-apps/grim/grim-1.4.0-r1.ebuild
@@ -46,5 +46,5 @@ src_install() {
 
        newbashcomp contrib/completions/bash/grim.bash grim
        insinto /usr/share/fish/vendor_completions.d/
-       doins contrib/completions/grim.fish
+       doins contrib/completions/fish/grim.fish
 }

Reply via email to