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 061DF158094 for ; Fri, 2 Sep 2022 23:34:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3692CE0974; Fri, 2 Sep 2022 23:34:50 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1A105E0974 for ; Fri, 2 Sep 2022 23:34:50 +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 2B453341089 for ; Fri, 2 Sep 2022 23:34:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6995B5A3 for ; Fri, 2 Sep 2022 23:34:47 +0000 (UTC) From: "Tony Olagbaiye" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tony Olagbaiye" Message-ID: <1662161679.ac86e893a38266872b2fe0e6a27506a2bc54afab.gentoo@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/ledger-live/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/ledger-live/ledger-live-2.43.1.ebuild X-VCS-Directories: app-misc/ledger-live/ X-VCS-Committer: gentoo X-VCS-Committer-Name: Tony Olagbaiye X-VCS-Revision: ac86e893a38266872b2fe0e6a27506a2bc54afab X-VCS-Branch: dev Date: Fri, 2 Sep 2022 23:34:47 +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: 386494ad-4957-4505-8d8f-2db2d61bd750 X-Archives-Hash: f0d10f451c540ae67c0168ed61b80e54 commit: ac86e893a38266872b2fe0e6a27506a2bc54afab Author: Tony Olagbaiye fron io> AuthorDate: Fri Sep 2 23:31:03 2022 +0000 Commit: Tony Olagbaiye fron io> CommitDate: Fri Sep 2 23:34:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ac86e893 app-misc/ledger-live: update install phase Signed-off-by: Tony Olagbaiye fron.io> app-misc/ledger-live/ledger-live-2.43.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/ledger-live/ledger-live-2.43.1.ebuild b/app-misc/ledger-live/ledger-live-2.43.1.ebuild index 95d396e19..16b878cbb 100644 --- a/app-misc/ledger-live/ledger-live-2.43.1.ebuild +++ b/app-misc/ledger-live/ledger-live-2.43.1.ebuild @@ -20,6 +20,6 @@ RESTRICT="binchecks strip" S="${WORKDIR}" src_install() { - cp ${DISTDIR}/ledger-live-desktop-${PV}-linux-x86_64.AppImage ledger-live + cp ${DISTDIR}/ledger-live-desktop-${PV}-linux-x86_64.AppImage ledger-live || die dobin ledger-live }