diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-07-28 07:39:43 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-07-28 07:39:43 +0000 |
commit | 9b766117a0ce67f8b5aa4cd9997c8bc264b74c6e (patch) | |
tree | 90734c809a610e515a96b334bbd898867575fabe /scripts/bootstrap.sh | |
parent | also install /bin/bzcat with USE=build (diff) | |
download | historical-9b766117a0ce67f8b5aa4cd9997c8bc264b74c6e.tar.gz historical-9b766117a0ce67f8b5aa4cd9997c8bc264b74c6e.tar.bz2 historical-9b766117a0ce67f8b5aa4cd9997c8bc264b74c6e.zip |
CONFIG_PROTECT changed from "" to "-*" since it's now a cumulative var like USE (with Portage 2.0.19)
Diffstat (limited to 'scripts/bootstrap.sh')
-rwxr-xr-x | scripts/bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 4bd1df7dc1e0..b9e7ed618bb8 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -66,7 +66,7 @@ then export FTP_PROXY fi -export CONFIG_PROTECT="" +export CONFIG_PROTECT="-*" # disable autoclean, or it b0rks export AUTOCLEAN="no" #above allows portage to overwrite stuff |