From: Daniel Robbins Date: Thu, 6 Nov 2003 21:49:34 +0000 (+0000) Subject: amd64/x86 build fix X-Git-Tag: CATALYST_1_0_1~175 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=723b21dda7713b9f29b232e85481f1c047712cb3;p=catalyst.git amd64/x86 build fix git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@65 d1e1f19c-881f-0410-ab34-b69fee027534 --- 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 ]