From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D1FF4138334 for ; Tue, 19 Feb 2019 12:28:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3CE7E0887; Tue, 19 Feb 2019 12:28:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D82AE0887 for ; Tue, 19 Feb 2019 12:28:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 44642335CF2 for ; Tue, 19 Feb 2019 12:28:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5CBC4FF for ; Tue, 19 Feb 2019 12:28:52 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1550579327.739f97fa0240cb1673fdd0ca4eb182e47ef566b3.grobian@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-20190110.3.42.1.ebuild X-VCS-Directories: app-misc/ca-certificates/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 739f97fa0240cb1673fdd0ca4eb182e47ef566b3 X-VCS-Branch: master Date: Tue, 19 Feb 2019 12:28:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f3818319-1cf4-4347-9210-02f9388c723d X-Archives-Hash: 65796dbbae0f45ff71feedd40fc08db3 commit: 739f97fa0240cb1673fdd0ca4eb182e47ef566b3 Author: Fabian Groffen gentoo org> AuthorDate: Tue Feb 19 12:27:52 2019 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue Feb 19 12:28:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=739f97fa app-misc/ca-certificates: fix double prefix Signed-off-by: Fabian Groffen gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-misc/ca-certificates/ca-certificates-20190110.3.42.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/ca-certificates/ca-certificates-20190110.3.42.1.ebuild b/app-misc/ca-certificates/ca-certificates-20190110.3.42.1.ebuild index 1fc190158c6..5bb10882fbc 100644 --- a/app-misc/ca-certificates/ca-certificates-20190110.3.42.1.ebuild +++ b/app-misc/ca-certificates/ca-certificates-20190110.3.42.1.ebuild @@ -157,7 +157,7 @@ src_compile() { } src_install() { - cp -pPR image/* "${ED}"/ || die + cp -pPR image/* "${D}"/ || die if ! ${PRECOMPILED} ; then cd ${PN}-${DEB_VER} || die doman sbin/*.8