Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/ca-certificates/
Date: Wed, 25 Nov 2015 14:23:42
Message-Id: 1448461428.87ffc25df4429f9313f5df729563a8956ba19508.heroxbd@gentoo
1 commit: 87ffc25df4429f9313f5df729563a8956ba19508
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 25 14:23:08 2015 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 25 14:23:48 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87ffc25d
7
8 app-misc/ca-certificates: fix for Prefix.
9
10 match against ROOT instead of ROOT/ in the new 20150426.3.20 script.
11
12 Package-Manager: portage-2.2.25
13
14 app-misc/ca-certificates/ca-certificates-20150426.3.20-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-misc/ca-certificates/ca-certificates-20150426.3.20-r1.ebuild b/app-misc/ca-certificates/ca-certificates-20150426.3.20-r1.ebuild
18 index 1e0f3f5..249bd53 100644
19 --- a/app-misc/ca-certificates/ca-certificates-20150426.3.20-r1.ebuild
20 +++ b/app-misc/ca-certificates/ca-certificates-20150426.3.20-r1.ebuild
21 @@ -116,7 +116,7 @@ src_prepare() {
22 epatch "${FILESDIR}"/${PN}-20150426-root.patch
23 local relp=$(echo "${EPREFIX}" | sed -e 's:[^/]\+:..:g')
24 sed -i \
25 - -e '/="$ROOT/s:ROOT/:ROOT'"${EPREFIX}"'/:' \
26 + -e '/="$ROOT/s:ROOT:ROOT'"${EPREFIX}"':' \
27 -e '/RELPATH="\.\./s:"$:'"${relp}"'":' \
28 usr/sbin/update-ca-certificates || die