Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/icaclient/
Date: Fri, 31 Jan 2020 08:19:37
Message-Id: 1580458769.f0beded7f5c97a22df311bf5590858108d58e95e.mgorny@gentoo
1 commit: f0beded7f5c97a22df311bf5590858108d58e95e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 31 08:14:33 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 31 08:19:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0beded7
7
8 net-misc/icaclient: Fix AbsoluteSymlink
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-misc/icaclient/icaclient-19.10.0.15.ebuild | 4 ++--
13 net-misc/icaclient/icaclient-19.12.0.19.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/net-misc/icaclient/icaclient-19.10.0.15.ebuild b/net-misc/icaclient/icaclient-19.10.0.15.ebuild
17 index 45ae009f1b9..0e8291847c8 100644
18 --- a/net-misc/icaclient/icaclient-19.10.0.15.ebuild
19 +++ b/net-misc/icaclient/icaclient-19.10.0.15.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -166,7 +166,7 @@ src_install() {
27 doins keyboard/*
28
29 rm -r "${S}"/keystore/cacerts || die
30 - dosym /etc/ssl/certs "${ICAROOT}"/keystore/cacerts
31 + dosym ../../../../etc/ssl/certs "${ICAROOT}"/keystore/cacerts
32
33 exeinto "${ICAROOT}"/util
34 doexe util/{configmgr,conncenter,gst_play1.0,gst_read1.0,hdxcheck.sh,icalicense.sh,libgstflatstm1.0.so,webcontainer,ctxwebhelper,ctx_rehash,ctx_app_bind}
35
36 diff --git a/net-misc/icaclient/icaclient-19.12.0.19.ebuild b/net-misc/icaclient/icaclient-19.12.0.19.ebuild
37 index 48377166995..53a177ba3ec 100644
38 --- a/net-misc/icaclient/icaclient-19.12.0.19.ebuild
39 +++ b/net-misc/icaclient/icaclient-19.12.0.19.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2019 Gentoo Authors
42 +# Copyright 1999-2020 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=7
46 @@ -166,7 +166,7 @@ src_install() {
47 doins keyboard/*
48
49 rm -r "${S}"/keystore/cacerts || die
50 - dosym /etc/ssl/certs "${ICAROOT}"/keystore/cacerts
51 + dosym ../../../../etc/ssl/certs "${ICAROOT}"/keystore/cacerts
52
53 exeinto "${ICAROOT}"/util
54 doexe util/{configmgr,conncenter,gst_play1.0,gst_read1.0,hdxcheck.sh,icalicense.sh,libgstflatstm1.0.so,webcontainer,ctxwebhelper,ctx_rehash,ctx_app_bind}