diff options
Diffstat (limited to 'targets/stage3/stage3-chroot.sh')
-rwxr-xr-x | targets/stage3/stage3-chroot.sh | 5 |
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 |