=== modified file 'functions/fsb_gentoo_profile_add' --- functions/fsb_gentoo_profile_add 2013-05-17 17:48:01 +0000 +++ functions/fsb_gentoo_profile_add 2013-05-14 18:52:39 +0000 @@ -3,4 +3,3 @@ profile=/var/portage/prosys/overlay/profiles/$profile print -r - $profile >>$build_dir/var/portage/local/profiles/custom/parent || die done -fsb_chroot_bash /var/portage/prosys/overlay/scripts/update_profiles === renamed file 'functions/fsb_target_gentoo_flavor' => 'functions/fsb_target_gentoo_world' --- functions/fsb_target_gentoo_flavor 2013-05-17 17:48:01 +0000 +++ functions/fsb_target_gentoo_world 2013-05-15 20:09:14 +0000 @@ -2,19 +2,13 @@ fsb_infer_gentoo_settings -[[ -n $STAGE_GENTOO_FLAVOR ]] || die 'STAGE_GENTOO_FLAVOR needs to be defined' - dir=$STAGE_GENTOO_DIR_BASE -dir+=-$STAGE_GENTOO_FLAVOR +dir+=-${(j:+:)STAGE_GENTOO_PACKAGES} build_dir_check $dir $0 && return 0 [[ $? -eq 100 ]] || die "build_dir_check failed" build_dir_push $dir -build_target gentoo_system +build_target gentoo_dev -fsb_gentoo_profile_add flavor/$STAGE_GENTOO_FLAVOR -print '@profile' >>$dir/var/lib/portage/world_sets -fsb_chroot_bash emerge -uDN @world -fsb_chroot_bash emerge --depclean -fsb_chroot_bash revdep-rebuild +die TODO