diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-04-25 03:21:28 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-04-25 03:21:28 +0000 |
commit | 40d0be3928310b7474fd6e7671f9697b0f95ec42 (patch) | |
tree | ff6c02a243b934c9d505eff28b6c99902d615f43 /scripts | |
parent | new deps for new python (diff) | |
download | historical-40d0be3928310b7474fd6e7671f9697b0f95ec42.tar.gz historical-40d0be3928310b7474fd6e7671f9697b0f95ec42.tar.bz2 historical-40d0be3928310b7474fd6e7671f9697b0f95ec42.zip |
fix fix
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |