Remove an extra slash in the path.
authorBrian Dolbec <dolsen@gentoo.org>
Tue, 17 Dec 2013 14:56:04 +0000 (06:56 -0800)
committerBrian Dolbec <dolsen@gentoo.org>
Sun, 12 Jan 2014 20:48:21 +0000 (12:48 -0800)
targets/stage1/stage1-controller.sh

index 3671095cba0c5f372d8eac15647a5530d8f23dce..8dbd16b05593ff637fd0ab493ed95c7d7f6fa071 100755 (executable)
@@ -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 \