From 723b21dda7713b9f29b232e85481f1c047712cb3 Mon Sep 17 00:00:00 2001 From: Daniel Robbins Date: Thu, 6 Nov 2003 21:49:34 +0000 Subject: [PATCH] amd64/x86 build fix git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@65 d1e1f19c-881f-0410-ab34-b69fee027534 --- targets/stage1/stage1-chroot.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/targets/stage1/stage1-chroot.sh b/targets/stage1/stage1-chroot.sh index 5589e221..8342011a 100755 --- a/targets/stage1/stage1-chroot.sh +++ b/targets/stage1/stage1-chroot.sh @@ -24,7 +24,8 @@ case $1 in ;; preclean) - ${clst_CHROOT} ${2} /bin/bash << EOF + #normal chroot is fine here since this is our second chroot (no $clst_CHROOT needed) + chroot ${2} /bin/bash << EOF #now, some finishing touches to initialize gcc-config.... unset ROOT if [ -e /usr/sbin/gcc-config ] -- 2.26.2