=== modified file 'functions/fsb_gentoo_profile_add' --- functions/fsb_gentoo_profile_add 2013-05-14 18:52:39 +0000 +++ functions/fsb_gentoo_profile_add 2013-05-14 18:51:14 +0000 @@ -1,5 +1,7 @@ +local dir=$1 +shift for profile in "$@"; do [[ $profile != /* ]] && \ profile=/var/portage/prosys/overlay/profiles/$profile - print -r - $profile >>$build_dir/var/portage/local/profiles/custom/parent || die + print -r - $profile >>$dir/var/portage/local/profiles/custom/parent || die done