commit:     f0beded7f5c97a22df311bf5590858108d58e95e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 31 08:14:33 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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}

Reply via email to