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
commit0bcfb2231a61659163f8fc14afcc694a2d9711d6 (patch)
tree42b6c6459dfdbce4ef559f8c58f149650a7a6f5b /scripts
parentadded USE-flag pda (diff)
downloadhistorical-0bcfb2231a61659163f8fc14afcc694a2d9711d6.tar.gz
historical-0bcfb2231a61659163f8fc14afcc694a2d9711d6.tar.bz2
historical-0bcfb2231a61659163f8fc14afcc694a2d9711d6.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