From 6fcd0a899d5a59f0f64f7e77f38098d0b98a715d Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Fri, 29 Feb 2008 17:15:14 +0000 Subject: [PATCH] I missed one place where HOSTUSE was being used incorrectly. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1346 d1e1f19c-881f-0410-ab34-b69fee027534 --- ChangeLog | 4 ++++ targets/stage1/stage1-chroot.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0956f6c9..1c122fbe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 # $Id: $ + 29 Feb 2008; Chris Gianelloni + targets/stage1/stage1-chroot.sh: + I missed one place where HOSTUSE was being used incorrectly. + 29 Feb 2008; Andrew Gaffney targets/support/kmerge.sh: Escape the correct quote diff --git a/targets/stage1/stage1-chroot.sh b/targets/stage1/stage1-chroot.sh index 186171d4..950659c6 100755 --- a/targets/stage1/stage1-chroot.sh +++ b/targets/stage1/stage1-chroot.sh @@ -31,5 +31,5 @@ sed -i '/USE="${USE} -build"/d' /etc/make.conf echo "USE=\"-* bindist build ${STAGE1_USE} ${clst_HOSTUSE}\"" \ >> /etc/make.conf run_merge "--noreplace --oneshot --newuse ${clst_buildpkgs}" -sed -i "/USE=\"-* bindist build ${STAGE1_USE} ${HOSTUSE}\"/d" \ +sed -i "/USE=\"-* bindist build ${STAGE1_USE} ${clst_HOSTUSE}\"/d" \ /etc/make.conf -- 2.26.2