Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
Date: Wed, 23 Feb 2022 13:31:23
Message-Id: 1645622935.20ce0276635ba4bcb899ed6a063081c1e5eaa40d.sam@gentoo
1 commit: 20ce0276635ba4bcb899ed6a063081c1e5eaa40d
2 Author: Alfred Wingate <parona <AT> protonmail <DOT> com>
3 AuthorDate: Wed Feb 23 11:07:51 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 23 13:28:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20ce0276
7
8 gui-apps/grim: fix doins fish completions path
9
10 Closes: https://bugs.gentoo.org/833932
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
13 Closes: https://github.com/gentoo/gentoo/pull/24326
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 gui-apps/grim/grim-1.4.0-r1.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/gui-apps/grim/grim-1.4.0-r1.ebuild b/gui-apps/grim/grim-1.4.0-r1.ebuild
20 index 66522ea185c3..0883e35c818a 100644
21 --- a/gui-apps/grim/grim-1.4.0-r1.ebuild
22 +++ b/gui-apps/grim/grim-1.4.0-r1.ebuild
23 @@ -46,5 +46,5 @@ src_install() {
24
25 newbashcomp contrib/completions/bash/grim.bash grim
26 insinto /usr/share/fish/vendor_completions.d/
27 - doins contrib/completions/grim.fish
28 + doins contrib/completions/fish/grim.fish
29 }