commit: b97afd0475978390357823b74141a26bbacded0f
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 2 13:11:13 2023 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Mar 2 13:12:11 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b97afd04
net-im/rocketchat-desktop-bin: dosym does not need explicit die
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.8.16.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
index 661f85c108d0..75bd8b080cc3 100644
--- 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
@@ -84,7 +84,7 @@ src_install() {
local DESTDIR="/opt/Rocket.Chat"
# https://github.com/RocketChat/Rocket.Chat.Electron/issues/2536
- dosym ../../usr/lib64/libayatana-appindicator3.so
"${DESTDIR}"/libappindicator3.so || die
+ dosym ../../usr/lib64/libayatana-appindicator3.so
"${DESTDIR}"/libappindicator3.so
pushd "opt/Rocket.Chat" || die