diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-31 09:14:33 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-31 09:19:29 +0100 |
commit | f0beded7f5c97a22df311bf5590858108d58e95e (patch) | |
tree | 3472dedc7eb95f75ec88a74541b821680ad84eaf /net-misc | |
parent | media-plugins/vdr-graphlcd: Remove broken 1.0.0 (diff) | |
download | gentoo-f0beded7f5c97a22df311bf5590858108d58e95e.tar.gz gentoo-f0beded7f5c97a22df311bf5590858108d58e95e.tar.bz2 gentoo-f0beded7f5c97a22df311bf5590858108d58e95e.zip |
net-misc/icaclient: Fix AbsoluteSymlink
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/icaclient/icaclient-19.10.0.15.ebuild | 4 | ||||
-rw-r--r-- | 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} |