aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2008-02-13 05:58:49 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2008-02-13 05:58:49 +0000
commit66f45fa1c575924345f9aa1e407cae8f19335eac (patch)
tree84df5a4c35e6c4f00e58313eecf2f780627b7ba5 /targets/stage3
parentAdded some debug code to stage1 and fixed a nice bug where we weren't buildin... (diff)
downloadcatalyst-66f45fa1c575924345f9aa1e407cae8f19335eac.tar.gz
catalyst-66f45fa1c575924345f9aa1e407cae8f19335eac.tar.bz2
catalyst-66f45fa1c575924345f9aa1e407cae8f19335eac.zip
Move export of FEATURES to setup_myfeatures.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1297 d1e1f19c-881f-0410-ab34-b69fee027534
Diffstat (limited to 'targets/stage3')
-rwxr-xr-xtargets/stage3/stage3-chroot.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/targets/stage3/stage3-chroot.sh b/targets/stage3/stage3-chroot.sh
index fd235171..a1e65ea0 100755
--- a/targets/stage3/stage3-chroot.sh
+++ b/targets/stage3/stage3-chroot.sh
@@ -6,10 +6,6 @@ update_env_settings
setup_myfeatures
-# Setup the build environment
-export FEATURES="${clst_myfeatures}"
-export USE="${USE} bindist ${clst_HOSTUSE}"
-
## START BUILD
# We need portage to be merged manually with USE="build" set to avoid frying
# our make.conf, otherwise, the system target could take care of it.
@@ -17,5 +13,6 @@ export USE="${USE} bindist ${clst_HOSTUSE}"
setup_portage
run_emerge "-e system"
+
rm -f /var/lib/portage/world
touch /var/lib/portage/world