amd64/x86 build fix
authorDaniel Robbins <drobbins@gentoo.org>
Thu, 6 Nov 2003 21:49:34 +0000 (21:49 +0000)
committerDaniel Robbins <drobbins@gentoo.org>
Thu, 6 Nov 2003 21:49:34 +0000 (21:49 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@65 d1e1f19c-881f-0410-ab34-b69fee027534

targets/stage1/stage1-chroot.sh

index 5589e2217ad33138f4a31621552dd22bcc25c0f5..8342011af452238ce66911a5cda0533d6df7a0d9 100755 (executable)
@@ -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 ]