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 EA6061387B1 for ; Fri, 3 Jan 2014 06:41:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57281E0A9F; Fri, 3 Jan 2014 06:41:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BFCB0E0A9E for ; Fri, 3 Jan 2014 06:41:50 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF1E733F5E4 for ; Fri, 3 Jan 2014 06:41:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 15F64E54FB for ; Fri, 3 Jan 2014 06:41:48 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1388731203.a86ed9de94d00ff2a4f20df913693fb1f4a2359b.dol-sen@gentoo> Subject: [gentoo-commits] proj/catalyst:pending commit in: targets/stage1/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/stage1/stage1-controller.sh X-VCS-Directories: targets/stage1/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: a86ed9de94d00ff2a4f20df913693fb1f4a2359b X-VCS-Branch: pending Date: Fri, 3 Jan 2014 06:41:48 +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: cb6d0de3-4c09-4081-8ed6-f27779f194d7 X-Archives-Hash: a3a040bf6e03acdee15f37cb52a7d119 commit: a86ed9de94d00ff2a4f20df913693fb1f4a2359b Author: Brian Dolbec gentoo org> AuthorDate: Tue Dec 17 14:56:04 2013 +0000 Commit: Brian Dolbec gmail com> CommitDate: Fri Jan 3 06:40:03 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=a86ed9de Remove an extra slash in the path. --- targets/stage1/stage1-controller.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/stage1/stage1-controller.sh b/targets/stage1/stage1-controller.sh index 3671095..d38ac73 100644 --- a/targets/stage1/stage1-controller.sh +++ b/targets/stage1/stage1-controller.sh @@ -14,7 +14,7 @@ case $1 in install -d ${clst_chroot_path}/${clst_root_path}/etc/portage # Setup make.conf and make.profile link in "ROOT in chroot": - copy_to_chroot ${clst_chroot_path}/etc/portage/make.conf /${clst_root_path}/etc/portage + copy_to_chroot ${clst_chroot_path}/etc/portage/make.conf ${clst_root_path}/etc/portage # Enter chroot, execute our build script exec_in_chroot \