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 19C5A158020 for ; Fri, 9 Dec 2022 08:21:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 672CCE087A; Fri, 9 Dec 2022 08:21:41 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51B4FE087A for ; Fri, 9 Dec 2022 08:21:41 +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 98797340CCC for ; Fri, 9 Dec 2022 08:21:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33EA775 for ; Fri, 9 Dec 2022 08:21:39 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1670574078.a3dbf16e324af0cba773f048fbab67c952ed5ac4.ceamac@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/mattermost-desktop-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.2.2.ebuild X-VCS-Directories: net-im/mattermost-desktop-bin/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: a3dbf16e324af0cba773f048fbab67c952ed5ac4 X-VCS-Branch: master Date: Fri, 9 Dec 2022 08:21:39 +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: 872ca4e6-8765-423c-8b03-37c2d58dd36b X-Archives-Hash: e0b4b0994ade2fd1b14d7f8f1ebbd1d6 commit: a3dbf16e324af0cba773f048fbab67c952ed5ac4 Author: Viorel Munteanu gentoo org> AuthorDate: Fri Dec 9 08:20:20 2022 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Fri Dec 9 08:21:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3dbf16e net-im/mattermost-desktop-bin: add error handling Signed-off-by: Viorel Munteanu gentoo.org> net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.2.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.2.2.ebuild b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.2.2.ebuild index 4450b3f967c4..9abbfd63f0dc 100644 --- a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.2.2.ebuild +++ b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.2.2.ebuild @@ -66,9 +66,9 @@ S="${WORKDIR}" src_install() { if use amd64; then - cd mattermost-desktop-${MY_PV}-linux-x64 + cd mattermost-desktop-${MY_PV}-linux-x64 || die elif use arm64; then - cd mattermost-desktop-${MY_PV}-linux-arm64 + cd mattermost-desktop-${MY_PV}-linux-arm64 || die fi newicon app_icon.png ${MY_PN}.png