From f0beded7f5c97a22df311bf5590858108d58e95e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 31 Jan 2020 09:14:33 +0100 Subject: [PATCH] net-misc/icaclient: Fix AbsoluteSymlink MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 45ae009f1b9e..0e8291847c8d 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 48377166995b..53a177ba3ec8 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} -- 2.26.2