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 5A961158094 for ; Tue, 6 Sep 2022 01:06:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E8A9E082B; Tue, 6 Sep 2022 01:06:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 39961E0831 for ; Tue, 6 Sep 2022 01:06:31 +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 1A8C6340D67 for ; Tue, 6 Sep 2022 01:06:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 943085D5 for ; Tue, 6 Sep 2022 01:06:28 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1662161679.ac86e893a38266872b2fe0e6a27506a2bc54afab.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: ac86e893a38266872b2fe0e6a27506a2bc54afab X-VCS-Branch: master Date: Tue, 6 Sep 2022 01:06:28 +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: 99263566-8540-4aca-b2b4-4e6b0f21a0a7 X-Archives-Hash: 4d33fe87a91f0bd46dbf4911cee299f3 commit: ac86e893a38266872b2fe0e6a27506a2bc54afab Author: Tony Olagbaiye fron io> AuthorDate: Fri Sep 2 23:31:03 2022 +0000 Commit: Ronny Gutbrod tastytea de> 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 }