mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 06:31:18 +02:00
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:
parent
ffbe6a1a66
commit
81e546cb0b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user