fix(setup_board): copy /etc/make.conf.host_setup from /etc/portage

this stuff lives in etc/portage. Cp from there.
This commit is contained in:
Brandon Philips 2013-03-06 14:02:43 -08:00
parent ffbe6a1a66
commit 81e546cb0b

View File

@ -374,7 +374,7 @@ if ${HOST_BOARD}; then
cmds+=(
"ln -sf '${CHROMIUMOS_CONFIG}/make.conf.${BOARD}' \
'${BOARD_ETC}/make.conf'"
"cp -f '/etc/make.conf.host_setup' '${BOARD_ETC}/'"
"cp -f '/etc/portage/make.conf.host_setup' '${BOARD_ETC}/'"
# Setting up symlinks for bootstrapping multilib.
# See http://crosbug.com/14498