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.
This commit is contained in:
Michael Marineau 2013-07-31 15:59:18 -04:00
parent 95b3dedcf1
commit 7cdb04ef14

View File

@ -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