From: Andreas Sturmlechner Date: Mon, 18 Dec 2017 00:41:18 +0000 (+0100) Subject: net-misc/teamviewer: Relative symlinks X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=be564371162a0de155119bcede3f4d655705cd25;p=gentoo.git net-misc/teamviewer: Relative symlinks Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- diff --git a/net-misc/teamviewer/teamviewer-13.0.5693.ebuild b/net-misc/teamviewer/teamviewer-13.0.5693.ebuild index 5928c42171d0..01d79a30903e 100644 --- a/net-misc/teamviewer/teamviewer-13.0.5693.ebuild +++ b/net-misc/teamviewer/teamviewer-13.0.5693.ebuild @@ -88,14 +88,14 @@ src_install() { done keepdir /etc/${MY_PN} - dosym /etc/${MY_PN} ${dst}/config + dosym ../../etc/${MY_PN} ${dst}/config # Create directory and symlink for log files (NOTE: according to Team- # Viewer devs, all paths are hard-coded in the binaries; therefore # using the same path as the DEB/RPM archives, i.e. '/var/log/teamviewer # ') keepdir /var/log/${MY_PN} - dosym /var/log/${MY_PN} ${dst}/logfiles + dosym ../../var/log/${MY_PN} ${dst}/logfiles dodir /opt/bin dosym ${dst}/tv_bin/teamviewerd /opt/bin/teamviewerd${SLOT}