diff options
author | 2023-03-02 14:11:13 +0100 | |
---|---|---|
committer | 2023-03-02 14:12:11 +0100 | |
commit | b97afd0475978390357823b74141a26bbacded0f (patch) | |
tree | 5e2e754d30b62641bf6fd4b1cacf91fed4764d10 /net-im/rocketchat-desktop-bin | |
parent | Revert "net-im/rocketchat-desktop-bin: dosym does not need explicit die" (diff) | |
download | gentoo-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>
Diffstat (limited to 'net-im/rocketchat-desktop-bin')
-rw-r--r-- | net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.8.16.ebuild | 2 |
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 |