diff options
author | 2002-06-05 22:56:47 +0000 | |
---|---|---|
committer | 2002-06-05 22:56:47 +0000 | |
commit | ab0a7059e53e8d93e5d9e2f93ec97ec3e9cd435a (patch) | |
tree | a0f7f1737d1b554bd5c19c693992a4dce0e6c3eb /scripts/bootstrap.sh | |
parent | Moving darcnes/* to dn9b/* (diff) | |
download | historical-ab0a7059e53e8d93e5d9e2f93ec97ec3e9cd435a.tar.gz historical-ab0a7059e53e8d93e5d9e2f93ec97ec3e9cd435a.tar.bz2 historical-ab0a7059e53e8d93e5d9e2f93ec97ec3e9cd435a.zip |
disable AUTOCLEAN during bootstrap, or glibc gets unmerged
Diffstat (limited to 'scripts/bootstrap.sh')
-rwxr-xr-x | scripts/bootstrap.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 9824dac14141..a494da186c08 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -65,6 +65,8 @@ then fi export CONFIG_PROTECT="" +# disable autoclean, or it b0rks +export AUTOCLEAN="no" #above allows portage to overwrite stuff cd /usr/portage emerge $myPORTAGE #separate, so that the next command uses the *new* emerge |