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 D8EDA138351 for ; Fri, 31 Jan 2020 08:19:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98A33E082B; Fri, 31 Jan 2020 08:19:36 +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 025DEE082B for ; Fri, 31 Jan 2020 08:19:35 +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 0F07A34E61A for ; Fri, 31 Jan 2020 08:19:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 901DE10C for ; Fri, 31 Jan 2020 08:19:33 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1580458769.f0beded7f5c97a22df311bf5590858108d58e95e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/icaclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/icaclient/icaclient-19.10.0.15.ebuild net-misc/icaclient/icaclient-19.12.0.19.ebuild X-VCS-Directories: net-misc/icaclient/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f0beded7f5c97a22df311bf5590858108d58e95e X-VCS-Branch: master Date: Fri, 31 Jan 2020 08:19:33 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 57e0fc67-23c0-44da-9f57-da4cf2311eec X-Archives-Hash: aae6a6917c995aa40e00b0b545f9ea08 commit: f0beded7f5c97a22df311bf5590858108d58e95e Author: Michał Górny gentoo org> AuthorDate: Fri Jan 31 08:14:33 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jan 31 08:19:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0beded7 net-misc/icaclient: Fix AbsoluteSymlink Signed-off-by: Michał Górny gentoo.org> net-misc/icaclient/icaclient-19.10.0.15.ebuild | 4 ++-- net-misc/icaclient/icaclient-19.12.0.19.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-misc/icaclient/icaclient-19.10.0.15.ebuild b/net-misc/icaclient/icaclient-19.10.0.15.ebuild index 45ae009f1b9..0e8291847c8 100644 --- a/net-misc/icaclient/icaclient-19.10.0.15.ebuild +++ b/net-misc/icaclient/icaclient-19.10.0.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -166,7 +166,7 @@ src_install() { doins keyboard/* rm -r "${S}"/keystore/cacerts || die - dosym /etc/ssl/certs "${ICAROOT}"/keystore/cacerts + dosym ../../../../etc/ssl/certs "${ICAROOT}"/keystore/cacerts exeinto "${ICAROOT}"/util doexe util/{configmgr,conncenter,gst_play1.0,gst_read1.0,hdxcheck.sh,icalicense.sh,libgstflatstm1.0.so,webcontainer,ctxwebhelper,ctx_rehash,ctx_app_bind} diff --git a/net-misc/icaclient/icaclient-19.12.0.19.ebuild b/net-misc/icaclient/icaclient-19.12.0.19.ebuild index 48377166995..53a177ba3ec 100644 --- a/net-misc/icaclient/icaclient-19.12.0.19.ebuild +++ b/net-misc/icaclient/icaclient-19.12.0.19.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -166,7 +166,7 @@ src_install() { doins keyboard/* rm -r "${S}"/keystore/cacerts || die - dosym /etc/ssl/certs "${ICAROOT}"/keystore/cacerts + dosym ../../../../etc/ssl/certs "${ICAROOT}"/keystore/cacerts exeinto "${ICAROOT}"/util doexe util/{configmgr,conncenter,gst_play1.0,gst_read1.0,hdxcheck.sh,icalicense.sh,libgstflatstm1.0.so,webcontainer,ctxwebhelper,ctx_rehash,ctx_app_bind}