From 15a86b1e47240fcf13dba4f6906193ff37cf7b03 Mon Sep 17 00:00:00 2001 From: Eric Edgar Date: Tue, 13 Dec 2005 20:52:52 +0000 Subject: [PATCH] Change the portage emerge to use run_emerge git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@965 d1e1f19c-881f-0410-ab34-b69fee027534 --- ChangeLog | 6 +++++- targets/support/chroot-functions.sh | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 260263dc..a6961f02 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.452 2005/12/13 20:32:43 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.453 2005/12/13 20:52:52 rocket Exp $ + + 13 Dec 2005; Eric Edgar + targets/support/chroot-functions.sh: + Change the portage emerge to use run_emerge 13 Dec 2005; Eric Edgar modules/generic_stage_target.py, modules/snapshot_target.py, diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh index b11f822b..10bb1c6a 100755 --- a/targets/support/chroot-functions.sh +++ b/targets/support/chroot-functions.sh @@ -81,7 +81,7 @@ setup_portage(){ then echo "Portage Autoresume point found not emerging portage" else - USE="build" emerge --oneshot --nodeps portage + USE="build" run_emerge --oneshot --nodeps portage touch /tmp/.clst_portage || exit 1 fi } -- 2.26.2