From: Chris Gianelloni Date: Fri, 29 Feb 2008 17:15:14 +0000 (+0000) Subject: I missed one place where HOSTUSE was being used incorrectly. X-Git-Tag: CATALYST_2_0_6_916~148 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6fcd0a899d5a59f0f64f7e77f38098d0b98a715d;p=catalyst.git 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 --- 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