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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EB99115802E for ; Mon, 1 Jul 2024 13:50:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB9C1E2ADA; Mon, 1 Jul 2024 13:50:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B10F1E2ADA for ; Mon, 1 Jul 2024 13:50:33 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0721634306A for ; Mon, 1 Jul 2024 13:50:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C0A81DB7 for ; Mon, 1 Jul 2024 13:50:29 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1719814996.3b0690da8cfe4314c18f9ce94b20ac34e1d576dc.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-im/manyverse-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/manyverse-bin/manyverse-bin-0.2310.9.ebuild X-VCS-Directories: net-im/manyverse-bin/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 3b0690da8cfe4314c18f9ce94b20ac34e1d576dc X-VCS-Branch: master Date: Mon, 1 Jul 2024 13:50:29 +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: cd19c5a8-27f5-4dc9-9812-da4d190a41c2 X-Archives-Hash: b11218f9760473bb8224348240021a79 commit: 3b0690da8cfe4314c18f9ce94b20ac34e1d576dc Author: Vitaly Zdanevich ya ru> AuthorDate: Mon Jul 1 06:23:16 2024 +0000 Commit: David Roman gmail com> CommitDate: Mon Jul 1 06:23:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3b0690da net-im/manyverse-bin: dobin fix path Signed-off-by: Vitaly Zdanevich ya.ru> net-im/manyverse-bin/manyverse-bin-0.2310.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/manyverse-bin/manyverse-bin-0.2310.9.ebuild b/net-im/manyverse-bin/manyverse-bin-0.2310.9.ebuild index fea06df81..7919d7e5f 100644 --- a/net-im/manyverse-bin/manyverse-bin-0.2310.9.ebuild +++ b/net-im/manyverse-bin/manyverse-bin-0.2310.9.ebuild @@ -28,7 +28,7 @@ src_install() { insinto / doins -r . - dobin /opt/Manyverse/manyverse + dobin "${S}/opt/Manyverse/manyverse" } pkg_postinst() {