summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Verwilst <verwilst@gentoo.org>2002-06-05 22:56:47 +0000
committerBart Verwilst <verwilst@gentoo.org>2002-06-05 22:56:47 +0000
commit47b2b2270d3d649e0071a8d1f55514ee1870fb16 (patch)
treef4d657e0e0dedb8e8e08e670deacba08a4eceed8 /scripts/bootstrap.sh
parentMoving darcnes/* to dn9b/* (diff)
downloadgentoo-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-xscripts/bootstrap.sh2
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