Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/rocketchat-desktop-bin/
Date: Thu, 02 Mar 2023 13:12:28
Message-Id: 1677762731.b97afd0475978390357823b74141a26bbacded0f.pacho@gentoo
1 commit: b97afd0475978390357823b74141a26bbacded0f
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 2 13:11:13 2023 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 2 13:12:11 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b97afd04
7
8 net-im/rocketchat-desktop-bin: dosym does not need explicit die
9
10 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
11
12 net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.8.16.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.8.16.ebuild b/net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.8.16.ebuild
16 index 661f85c108d0..75bd8b080cc3 100644
17 --- a/net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.8.16.ebuild
18 +++ b/net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.8.16.ebuild
19 @@ -84,7 +84,7 @@ src_install() {
20 local DESTDIR="/opt/Rocket.Chat"
21
22 # https://github.com/RocketChat/Rocket.Chat.Electron/issues/2536
23 - dosym ../../usr/lib64/libayatana-appindicator3.so "${DESTDIR}"/libappindicator3.so || die
24 + dosym ../../usr/lib64/libayatana-appindicator3.so "${DESTDIR}"/libappindicator3.so
25
26 pushd "opt/Rocket.Chat" || die