diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-02-11 03:08:23 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-02-11 03:08:23 +0000 |
commit | cc2e1e4127389d64abb402660cf437f184fe3eb4 (patch) | |
tree | 3ad5eb29535e491f8c4e369ef3c14079df2fb43a /scripts | |
parent | fix kernel.org download path (diff) | |
download | historical-cc2e1e4127389d64abb402660cf437f184fe3eb4.tar.gz historical-cc2e1e4127389d64abb402660cf437f184fe3eb4.tar.bz2 historical-cc2e1e4127389d64abb402660cf437f184fe3eb4.zip |
preserve GENTOO_MIRRORS
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bootstrap.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index b3ffa46a3404..75a60aaae0f0 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -23,6 +23,7 @@ cleanup() { #USE may be set from the environment so we back it up for later. export ORIGUSE="`spython -c 'import portage; print portage.settings["USE"];'`" +export GENTOO_MIRRORS="`spython -c 'import portage; print portage.settings["GENTOO_MIRRORS"];'`" export USE="build" #get correct CFLAGS, CHOST, CXXFLAGS, MAKEOPTS since make.conf will be #overwritten |