summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2023-03-02 14:11:13 +0100
committerPacho Ramos <pacho@gentoo.org>2023-03-02 14:12:11 +0100
commitb97afd0475978390357823b74141a26bbacded0f (patch)
tree5e2e754d30b62641bf6fd4b1cacf91fed4764d10
parentRevert "net-im/rocketchat-desktop-bin: dosym does not need explicit die" (diff)
downloadgentoo-b97afd0475978390357823b74141a26bbacded0f.tar.gz
gentoo-b97afd0475978390357823b74141a26bbacded0f.tar.bz2
gentoo-b97afd0475978390357823b74141a26bbacded0f.zip
net-im/rocketchat-desktop-bin: dosym does not need explicit die
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
-rw-r--r--net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.8.16.ebuild2
1 files changed, 1 insertions, 1 deletions
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