From 0e1ead9d8d20d29db6aed7eb2d036b9e9210fb86 Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Tue, 17 Dec 2013 06:56:04 -0800 Subject: [PATCH] Remove an extra slash in the path. --- targets/stage1/stage1-controller.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/targets/stage1/stage1-controller.sh b/targets/stage1/stage1-controller.sh index 3671095c..8dbd16b0 100755 --- a/targets/stage1/stage1-controller.sh +++ b/targets/stage1/stage1-controller.sh @@ -10,11 +10,11 @@ case $1 in cp ${clst_sharedir}/targets/stage1/build.py ${clst_chroot_path}/tmp # Setup "ROOT in chroot" dir - install -d ${clst_chroot_path}/${clst_root_path}/etc - install -d ${clst_chroot_path}/${clst_root_path}/etc/portage + install -d ${clst_chroot_path}${clst_root_path}/etc + 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 \ -- 2.26.2