From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7585D139084 for ; Mon, 18 Dec 2017 06:18:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC670E0ED5; Mon, 18 Dec 2017 06:18:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96540E0ED5 for ; Mon, 18 Dec 2017 06:18:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F7D533BE18 for ; Mon, 18 Dec 2017 06:18:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF200AE9C for ; Mon, 18 Dec 2017 01:31:42 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1513560527.be564371162a0de155119bcede3f4d655705cd25.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/teamviewer/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/teamviewer/teamviewer-13.0.5693.ebuild X-VCS-Directories: net-misc/teamviewer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: be564371162a0de155119bcede3f4d655705cd25 X-VCS-Branch: master Date: Mon, 18 Dec 2017 01:31:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dff6d9e2-faca-493a-abf9-3de0f700ec00 X-Archives-Hash: d058a1abbc59e07e428281af98accbdf commit: be564371162a0de155119bcede3f4d655705cd25 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 18 00:41:18 2017 +0000 Commit: Andreas Sturmlechner gentoo 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 # ') 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}