=== modified file 'functions/fsb_target_gentoo_init' --- functions/fsb_target_gentoo_init 2013-05-14 18:05:44 +0000 +++ functions/fsb_target_gentoo_init 2013-05-14 18:05:17 +0000 @@ -59,4 +59,4 @@ 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/overlay/profiles/arch/$STAGE_GENTOO_MACHINE >>$dir/etc/portage/make.profile/parent || die +echo /var/portage/prosys/profiles/arch/$STAGE_GENTOO_MACHINE >>$dir/etc/portage/make.profile/parent || die