net-misc/icaclient: Fix AbsoluteSymlink
authorMichał Górny <mgorny@gentoo.org>
Fri, 31 Jan 2020 08:14:33 +0000 (09:14 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 31 Jan 2020 08:19:29 +0000 (09:19 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-misc/icaclient/icaclient-19.10.0.15.ebuild
net-misc/icaclient/icaclient-19.12.0.19.ebuild

index 45ae009f1b9e4783b905abc0decfe10c504dd747..0e8291847c8d72d7140d8d1563faca37787b519f 100644 (file)
@@ -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}
index 48377166995bb8a415e9d73556cf42f3ae2fccb2..53a177ba3ec89cce739b914e2f74c55b93351d36 100644 (file)
@@ -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}