From 7cdb04ef144332dcfcb8931c5092842f19877e04 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Wed, 31 Jul 2013 15:59:18 -0400 Subject: [PATCH] fix(make.conf): Use absolute path to make.conf.host_setup The relative path wasn't working with euse correctly. Gotta love re-implementations of portage config parsing, in perl, with weird bugs. --- .../coreos-overlay/coreos/config/make.conf.amd64-host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos/config/make.conf.amd64-host b/sdk_container/src/third_party/coreos-overlay/coreos/config/make.conf.amd64-host index ca25b96f1f..18565d18d3 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos/config/make.conf.amd64-host +++ b/sdk_container/src/third_party/coreos-overlay/coreos/config/make.conf.amd64-host @@ -51,4 +51,4 @@ PKG_INSTALL_MASK="${INSTALL_MASK}" # be utilized nowhere else! CROS_SDK_HOST="cros-sdk-host" -source make.conf.host_setup +source /etc/portage/make.conf.host_setup