commit:     be564371162a0de155119bcede3f4d655705cd25
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 18 00:41:18 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 18 01:28:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be564371

net-misc/teamviewer: Relative symlinks

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-misc/teamviewer/teamviewer-13.0.5693.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/teamviewer/teamviewer-13.0.5693.ebuild 
b/net-misc/teamviewer/teamviewer-13.0.5693.ebuild
index 5928c42171d..01d79a30903 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
        # <major-version>')
        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}

Reply via email to