summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2001-08-23 06:20:07 +0000
committerDaniel Robbins <drobbins@gentoo.org>2001-08-23 06:20:07 +0000
commita7a5890f4f7e9d7eca87310e5d20191211fd1eaf (patch)
tree39fa89bad640f85a54840a84ca78a7d8050567e7 /scripts
parentadded USE-flag pda (diff)
downloadgentoo-2-a7a5890f4f7e9d7eca87310e5d20191211fd1eaf.tar.gz
gentoo-2-a7a5890f4f7e9d7eca87310e5d20191211fd1eaf.tar.bz2
gentoo-2-a7a5890f4f7e9d7eca87310e5d20191211fd1eaf.zip
fix
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bootstrap.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index 6a5a8fb1681b..535df71c7c9e 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -15,6 +15,8 @@ echo "Using GETTEXT $myGETTEXT"
echo "Using GLIBC $myGLIBC"
export USE="build"
+export CONFIG_PROTECT=""
+#above allows portage to overwrite stuff
cd /usr/portage
emerge $myPORTAGE || exit
emerge $myGETTEXT || exit