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
commitab0a7059e53e8d93e5d9e2f93ec97ec3e9cd435a (patch)
treea0f7f1737d1b554bd5c19c693992a4dce0e6c3eb /scripts/bootstrap.sh
parentMoving darcnes/* to dn9b/* (diff)
downloadhistorical-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-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