diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-08-23 06:20:07 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-08-23 06:20:07 +0000 |
commit | 0bcfb2231a61659163f8fc14afcc694a2d9711d6 (patch) | |
tree | 42b6c6459dfdbce4ef559f8c58f149650a7a6f5b /scripts | |
parent | added USE-flag pda (diff) | |
download | historical-0bcfb2231a61659163f8fc14afcc694a2d9711d6.tar.gz historical-0bcfb2231a61659163f8fc14afcc694a2d9711d6.tar.bz2 historical-0bcfb2231a61659163f8fc14afcc694a2d9711d6.zip |
fix
Diffstat (limited to 'scripts')
-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 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 |