diff options
Diffstat (limited to 'scripts/bootstrap.sh')
-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 ea9775adbb53..9427fa5e0d8a 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -40,6 +40,6 @@ emerge $myBASELAYOUT $myBINUTILS $myGCC $myGETTEXT || cleanup 1 #make.conf has been overwritten, so we explicitly export our original settings export USE="$ORIGUSE" # This line should no longer be required -emerge $myGLIBC $myGETTEXT $myBINUTILS $myGCC || cleanup 1 +emerge $myBASELAYOUT $myGLIBC $myGETTEXT $myBINUTILS $myGCC || cleanup 1 #restore original make.conf cleanup 0 |