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 F014C158041 for ; Wed, 10 Apr 2024 07:51:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29485E2A01; Wed, 10 Apr 2024 07:51:23 +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 F282BE2A01 for ; Wed, 10 Apr 2024 07:51:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DCB60343269 for ; Wed, 10 Apr 2024 07:51:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D080166A for ; Wed, 10 Apr 2024 07:51:20 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1712735469.4b4fa325b0a5646c1cf9a968197ccfa370ef07cf.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/gridcoin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-p2p/gridcoin/gridcoin-5.4.7.0.ebuild X-VCS-Directories: net-p2p/gridcoin/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 4b4fa325b0a5646c1cf9a968197ccfa370ef07cf X-VCS-Branch: dev Date: Wed, 10 Apr 2024 07:51:20 +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: ba1617a4-7c06-4255-9771-70ee39701994 X-Archives-Hash: 9d600d24ac2bab121ce13a47c319041b commit: 4b4fa325b0a5646c1cf9a968197ccfa370ef07cf Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Wed Apr 10 07:51:04 2024 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Wed Apr 10 07:51:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4b4fa325 net-p2p/gridcoin: fix manpage install for non-gui builds Closes: https://bugs.gentoo.org/929041 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> net-p2p/gridcoin/gridcoin-5.4.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/gridcoin/gridcoin-5.4.7.0.ebuild b/net-p2p/gridcoin/gridcoin-5.4.7.0.ebuild index 205d1dfe5a..d36b4d86e6 100644 --- a/net-p2p/gridcoin/gridcoin-5.4.7.0.ebuild +++ b/net-p2p/gridcoin/gridcoin-5.4.7.0.ebuild @@ -85,7 +85,7 @@ src_install() { cmake_src_install mkdir -p "${ED}"/usr/share/man/man1 || die - mv "${ED}"{/usr/share/man/gridcoinresearch.1,/usr/share/man/man1} || die + mv "${ED}"/usr/share/man/*.1 "${ED}"/usr/share/man/man1 || die } pkg_postinst() {