From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C313C15808B for ; Wed, 23 Feb 2022 13:31:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6829E0848; Wed, 23 Feb 2022 13:31:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C8177E0848 for ; Wed, 23 Feb 2022 13:31:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 59080342CE7 for ; Wed, 23 Feb 2022 13:31:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0515E2EA for ; Wed, 23 Feb 2022 13:31:19 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1645622935.20ce0276635ba4bcb899ed6a063081c1e5eaa40d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/grim/grim-1.4.0-r1.ebuild X-VCS-Directories: gui-apps/grim/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 20ce0276635ba4bcb899ed6a063081c1e5eaa40d X-VCS-Branch: master Date: Wed, 23 Feb 2022 13:31:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1f03c49c-30a9-4e29-b409-c762281903e5 X-Archives-Hash: f110dc9d0763986d04553e1aa7c6cb2f commit: 20ce0276635ba4bcb899ed6a063081c1e5eaa40d Author: Alfred Wingate protonmail com> AuthorDate: Wed Feb 23 11:07:51 2022 +0000 Commit: Sam James gentoo 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 protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/24326 Signed-off-by: Sam James 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 }