From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-848651-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CDE3C1384B4 for <garchives@archives.gentoo.org>; Wed, 25 Nov 2015 14:23:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11CF321C121; Wed, 25 Nov 2015 14:23:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C8FB21C121 for <gentoo-commits@lists.gentoo.org>; Wed, 25 Nov 2015 14:23:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3840B33D3C7 for <gentoo-commits@lists.gentoo.org>; Wed, 25 Nov 2015 14:23:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0E51706 for <gentoo-commits@lists.gentoo.org>; Wed, 25 Nov 2015 14:23:34 +0000 (UTC) From: "Benda XU" <heroxbd@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" <heroxbd@gentoo.org> Message-ID: <1448461428.87ffc25df4429f9313f5df729563a8956ba19508.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/ca-certificates/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/ca-certificates/ca-certificates-20150426.3.20-r1.ebuild X-VCS-Directories: app-misc/ca-certificates/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: 87ffc25df4429f9313f5df729563a8956ba19508 X-VCS-Branch: master Date: Wed, 25 Nov 2015 14:23:34 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dfa73eee-d47b-494d-b747-2d9074624af5 X-Archives-Hash: fca28a7eed758022a7713b05712f72ad commit: 87ffc25df4429f9313f5df729563a8956ba19508 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org> AuthorDate: Wed Nov 25 14:23:08 2015 +0000 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org> CommitDate: Wed Nov 25 14:23:48 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87ffc25d app-misc/ca-certificates: fix for Prefix. match against ROOT instead of ROOT/ in the new 20150426.3.20 script. Package-Manager: portage-2.2.25 app-misc/ca-certificates/ca-certificates-20150426.3.20-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 index 1e0f3f5..249bd53 100644 --- a/app-misc/ca-certificates/ca-certificates-20150426.3.20-r1.ebuild +++ b/app-misc/ca-certificates/ca-certificates-20150426.3.20-r1.ebuild @@ -116,7 +116,7 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-20150426-root.patch local relp=$(echo "${EPREFIX}" | sed -e 's:[^/]\+:..:g') sed -i \ - -e '/="$ROOT/s:ROOT/:ROOT'"${EPREFIX}"'/:' \ + -e '/="$ROOT/s:ROOT:ROOT'"${EPREFIX}"':' \ -e '/RELPATH="\.\./s:"$:'"${relp}"'":' \ usr/sbin/update-ca-certificates || die