=== modified file 'functions/fsb_target_gentoo_init' --- functions/fsb_target_gentoo_init 2013-05-14 18:05:17 +0000 +++ functions/fsb_target_gentoo_init 2013-05-14 17:27:11 +0000 @@ -55,8 +55,8 @@ echo local >$dir/var/portage/local/profiles/repo_name || die bzr branch -r $STAGE_OVERLAY_REVNO $FSB_OVERLAY_SRC $dir/var/portage/prosys || die "Failed to branch overlay" -profile=/usr/portage/${"$(readlink /etc/make.profile)"#*../portage/} +profile=gentoo:${"$(readlink /etc/make.profile)"#*portage/profiles/} mv $dir/etc/portage/make.profile{,.orig} || die ln -s ../../var/portage/local/profiles/custom $dir/etc/portage/make.profile || die echo $profile >$dir/etc/portage/make.profile/parent || die -echo /var/portage/prosys/profiles/arch/$STAGE_GENTOO_MACHINE >>$dir/etc/portage/make.profile/parent || die +echo ccx-autobuild:arch/$STAGE_GENTOO_MACHINE >>$dir/etc/portage/make.profile/parent || die