diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-08-28 19:11:32 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-08-28 19:11:32 +0000 |
commit | 77a3acd3e6bd372d3e678897538866c8ef7a3b20 (patch) | |
tree | 6e65f0d11af75a28b0d7ede4936b0d85639d9ae0 /scripts | |
parent | updated version, fixed typo in original (diff) | |
download | historical-77a3acd3e6bd372d3e678897538866c8ef7a3b20.tar.gz historical-77a3acd3e6bd372d3e678897538866c8ef7a3b20.tar.bz2 historical-77a3acd3e6bd372d3e678897538866c8ef7a3b20.zip |
hrm
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bootstrap.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index f6b8c39f58cc..b3a5e7a1268b 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -22,7 +22,7 @@ else olduse="$USE" unset=no fi -export USE="build bootstrap" +export USE="build" export CONFIG_PROTECT="" #above allows portage to overwrite stuff cd /usr/portage @@ -36,7 +36,8 @@ then else export USE="$olduse" fi -export USE="`spython -c 'import portage; print portage.settings["USE"];'` bootstrap" +# This line should no longer be required +#export USE="`spython -c 'import portage; print portage.settings["USE"];'` bootstrap" emerge $myGLIBC || exit emerge $myGETTEXT || exit emerge $myBINUTILS || exit |