commit: 0b7fca1e00675b92c18faa1917e6d4579471f4ff
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 17 13:32:59 2020 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Mar 17 13:33:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b7fca1e
net-im/mattermost-desktop-bin: fix absolute symlink
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.4.0.ebuild
b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.4.0.ebuild
index 0f750c99d43..0f1c0d6f81d 100644
--- a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.4.0.ebuild
+++ b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.4.0.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}" "/usr/bin/${MY_PN}"
newicon "${S}/icon.svg" "${MY_PN}.svg"
make_desktop_entry "${MY_PN}" Mattermost "${MY_PN}"