From 40d0be3928310b7474fd6e7671f9697b0f95ec42 Mon Sep 17 00:00:00 2001 From: Daniel Robbins Date: Thu, 25 Apr 2002 03:21:28 +0000 Subject: fix fix --- scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index e45009504387..d692155c12f2 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -71,6 +71,6 @@ emerge $myPORTAGE #separate, so that the next command uses the *new* emerge emerge $myBASELAYOUT $myGETTEXT $myBINUTILS $myGCC || cleanup 1 #make.conf has been overwritten, so we explicitly export our original settings export USE="$ORIGUSE bootstrap" -emerge $myPORTAGE $myGLIBC $myBASELAYOUT $myGETTEXT $myBINUTILS $myGCC || cleanup 1 +emerge $myGLIBC $myBASELAYOUT $myGETTEXT $myBINUTILS $myGCC $myPORTAGE || cleanup 1 #restore original make.conf cleanup 0 -- cgit v1.2.3-65-gdbad