summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-11-03 16:08:36 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2019-11-03 16:08:51 -0600
commit48076b8ca205364318b89f183f331af0d757bfac (patch)
treee111a18084374090b030c31b1db963277ce46d7f /net-im/mattermost-desktop-bin
parentdev-python/phonenumbers: Version bumps (diff)
downloadgentoo-48076b8ca205364318b89f183f331af0d757bfac.tar.gz
gentoo-48076b8ca205364318b89f183f331af0d757bfac.tar.bz2
gentoo-48076b8ca205364318b89f183f331af0d757bfac.zip
net-im/mattermost-desktop-bin: fix dosym
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'net-im/mattermost-desktop-bin')
-rw-r--r--net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.3.1.ebuild2
1 files changed, 1 insertions, 1 deletions
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 288732cad020..49e7cc922ba4 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}"