diff options
author | 2002-06-05 22:56:47 +0000 | |
---|---|---|
committer | 2002-06-05 22:56:47 +0000 | |
commit | 47b2b2270d3d649e0071a8d1f55514ee1870fb16 (patch) | |
tree | f4d657e0e0dedb8e8e08e670deacba08a4eceed8 /scripts/bootstrap.sh | |
parent | Moving darcnes/* to dn9b/* (diff) | |
download | gentoo-2-47b2b2270d3d649e0071a8d1f55514ee1870fb16.tar.gz gentoo-2-47b2b2270d3d649e0071a8d1f55514ee1870fb16.tar.bz2 gentoo-2-47b2b2270d3d649e0071a8d1f55514ee1870fb16.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 |