commit:     48076b8ca205364318b89f183f331af0d757bfac
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  3 22:08:36 2019 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sun Nov  3 22:08:51 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48076b8c

net-im/mattermost-desktop-bin: fix dosym

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.3.1.ebuild 
b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.3.1.ebuild
index 288732cad02..49e7cc922ba 100644
--- a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.3.1.ebuild
+++ b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.3.1.ebuild
@@ -84,7 +84,7 @@ src_install() {
        exeinto "/opt/${MY_PN}"
        doexe *.so "${MY_PN}"
 
-       dosym "/opt/${MY_PN}/${MY_PN}" "/usr/bin/${MY_PN}"
+       dosym "../../opt/${MY_PN}/${MY_PN}" "${EROOT}/usr/bin/${MY_PN}"
 
        newicon "${S}/icon.svg" "${MY_PN}.svg"
        make_desktop_entry "${MY_PN}" Mattermost "${MY_PN}"

Reply via email to