summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-08-28 19:11:32 +0000
committerAchim Gottinger <achim@gentoo.org>2001-08-28 19:11:32 +0000
commit9732ce2cc13cb93c4c4fad1d9dd38406ff1fc955 (patch)
tree1e5154e30b066f622d47f5e8eb2d42ed2ba217ac /scripts
parentupdated version, fixed typo in original (diff)
downloadgentoo-2-9732ce2cc13cb93c4c4fad1d9dd38406ff1fc955.tar.gz
gentoo-2-9732ce2cc13cb93c4c4fad1d9dd38406ff1fc955.tar.bz2
gentoo-2-9732ce2cc13cb93c4c4fad1d9dd38406ff1fc955.zip
hrm
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bootstrap.sh5
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