From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 61B92138216 for ; Mon, 2 May 2016 09:55:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4904E21C003; Mon, 2 May 2016 09:55:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E06DB21C003 for ; Mon, 2 May 2016 09:54:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 70F48340B6A for ; Mon, 2 May 2016 09:54:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2595815F for ; Mon, 2 May 2016 09:54:55 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1462182825.c846826bd5fe2e771a540bef4e4c3a57801229a7.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ply/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/ply/ply-0_pre20160313.ebuild X-VCS-Directories: dev-util/ply/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: c846826bd5fe2e771a540bef4e4c3a57801229a7 X-VCS-Branch: master Date: Mon, 2 May 2016 09:54:55 +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-Archives-Salt: ee80a543-323d-4560-b6af-1089d535c483 X-Archives-Hash: 0d4dc58e62f8d7cbb418ce1230547139 commit: c846826bd5fe2e771a540bef4e4c3a57801229a7 Author: Zac Medico gentoo org> AuthorDate: Mon May 2 09:53:45 2016 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon May 2 09:53:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c846826b dev-util/ply: fix sandbox violation (bug 581644) Package-Manager: portage-2.2.28 dev-util/ply/ply-0_pre20160313.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/ply/ply-0_pre20160313.ebuild b/dev-util/ply/ply-0_pre20160313.ebuild index 8112b40..5a9e47c 100644 --- a/dev-util/ply/ply-0_pre20160313.ebuild +++ b/dev-util/ply/ply-0_pre20160313.ebuild @@ -39,7 +39,7 @@ src_configure() { # create a symlink copy of the source tree so that we are free # to clean things up as needed. kerneldir_orig=${KERNEL_DIR} - cp -sR "${kerneldir_orig}" "${T}/kerneldir" || die + cp -sR "$(realpath "${kerneldir_orig}")" "${T}/kerneldir" || die export KERNEL_DIR="${T}/kerneldir" pushd "${KERNEL_DIR}" || die # avoid sandbox violation for scripts/kconfig/.conf.cmd