net-im/mattermost-desktop-bin: fix absolute symlink
authorMatthew Thode <prometheanfire@gentoo.org>
Tue, 17 Mar 2020 13:32:59 +0000 (08:32 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Tue, 17 Mar 2020 13:33:21 +0000 (08:33 -0500)
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.4.0.ebuild

index 0f750c99d43a3dd011730a972302089b31ca9f93..0f1c0d6f81dfce373263d7db450248d4dc1d3b17 100644 (file)
@@ -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}" "/usr/bin/${MY_PN}"
 
        newicon "${S}/icon.svg" "${MY_PN}.svg"
        make_desktop_entry "${MY_PN}" Mattermost "${MY_PN}"