From: Chris Gianelloni Date: Tue, 2 Jan 2007 16:06:37 +0000 (+0000) Subject: Added back a missing 'then' from stage4 target. X-Git-Tag: CATALYST_2_0_6_916~290 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bb4d7619528e598a43bc3aea13487112c44e1e19;p=catalyst.git Added back a missing 'then' from stage4 target. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1204 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index 7f6a10aa..36a790e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.664 2006/10/02 20:41:53 wolf31o2 Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Id: $ + + 02 Jan 2007; Chris Gianelloni catalyst, + targets/stage4/stage4-chroot.sh: + Added back a missing 'then' from stage4 target. 27 Dec 2006; Chris Gianelloni modules/generic_stage_target.py: diff --git a/catalyst b/catalyst index 22f1166e..0dfab97d 100755 --- a/catalyst +++ b/catalyst @@ -1,5 +1,4 @@ #!/usr/bin/python -OO -# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.162 2006/10/02 20:41:53 wolf31o2 Exp $ # Maintained in full by: # Eric Edgar diff --git a/targets/stage4/stage4-chroot.sh b/targets/stage4/stage4-chroot.sh index ee04631b..1575dd6a 100755 --- a/targets/stage4/stage4-chroot.sh +++ b/targets/stage4/stage4-chroot.sh @@ -19,6 +19,7 @@ run_emerge -u system echo "Emerging packages using stage4 use flags" if [ -n "${clst_use}" ] +then USE="${clst_HOSTUSE} ${clst_use}" fi