From 81e546cb0bbc9e680a7e47916100bb7c3d5b1707 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Wed, 6 Mar 2013 14:02:43 -0800 Subject: [PATCH] fix(setup_board): copy /etc/make.conf.host_setup from /etc/portage this stuff lives in etc/portage. Cp from there. --- setup_board | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_board b/setup_board index 74973a9264..0a0b35a828 100755 --- a/setup_board +++ b/setup_board @@ -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