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 | 9bb27dc324d003e24913a54b8265e58fcb128049 (patch) | |
tree | e3a64a6b0c4207df3ad8df0e838e054c03ded1f7 /scripts | |
parent | new deps for new python (diff) | |
download | gentoo-2-9bb27dc324d003e24913a54b8265e58fcb128049.tar.gz gentoo-2-9bb27dc324d003e24913a54b8265e58fcb128049.tar.bz2 gentoo-2-9bb27dc324d003e24913a54b8265e58fcb128049.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 |