mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-im/mattermost-desktop-bin: add error handling
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user