diff options
-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 |