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 0C5A9138247 for ; Fri, 20 Dec 2013 00:48:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EA73E0BA4; Fri, 20 Dec 2013 00:48:40 +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 7B42CE0954 for ; Fri, 20 Dec 2013 00:48:39 +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 7C52333F617 for ; Fri, 20 Dec 2013 00:48:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 39CB119002D for ; Fri, 20 Dec 2013 00:48:37 +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: <1387500429.8dfe5c7c28680ffd5c53e72bbd60f50366778561.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: 8dfe5c7c28680ffd5c53e72bbd60f50366778561 X-VCS-Branch: pending Date: Fri, 20 Dec 2013 00:48:37 +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: c9680942-34b1-472a-a94b-d786d5a6a9c9 X-Archives-Hash: 1c7ccb3048befe2237132d929d309b80 commit: 8dfe5c7c28680ffd5c53e72bbd60f50366778561 Author: Brian Dolbec gentoo org> AuthorDate: Tue Dec 17 14:56:04 2013 +0000 Commit: Brian Dolbec gmail com> CommitDate: Fri Dec 20 00:47:09 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=8dfe5c7c 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 \