From 7f599ac764f9941ba9f209164f55580ba65cf957 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Thu, 12 Jun 2014 15:34:52 -0700 Subject: [PATCH] fix(update_chroot): Remove old make.conf symlinks The old static files are pretty much empty and unused now. --- update_chroot | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/update_chroot b/update_chroot index 2b57b36a4c..add4b3dbd8 100755 --- a/update_chroot +++ b/update_chroot @@ -54,10 +54,10 @@ COREOS_CONFIG="${COREOS_OVERLAY}/coreos/config" info "Setting up portage..." sudo mkdir -p "/etc/portage/repos.conf/" -sudo ln -sf "${COREOS_CONFIG}/make.conf.amd64-host" "/etc/portage/make.conf" +sudo rm -f "/etc/portage/make.conf" sudo touch "/etc/portage/make.conf.user" -sudo_clobber "/etc/portage/make.conf.host_setup" <