From: Daniel Robbins Date: Thu, 6 Nov 2003 03:45:15 +0000 (+0000) Subject: clean fix for stage3 X-Git-Tag: CATALYST_1_0_1~179 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7c4f4660bb82a2c0589342f8925e7aed71269446;p=catalyst.git clean fix for stage3 git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@61 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/targets/stage3/stage3.sh b/targets/stage3/stage3.sh index a6714c2f..de20d636 100755 --- a/targets/stage3/stage3.sh +++ b/targets/stage3/stage3.sh @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage3/Attic/stage3.sh,v 1.6 2003/11/03 02:43:55 drobbins Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage3/Attic/stage3.sh,v 1.7 2003/11/06 03:45:15 drobbins Exp $ case $1 in enter) @@ -38,7 +38,7 @@ run) EOF [ $? -ne 0 ] && exit 1 ;; -clean) +preclean) $clst_CHROOT $clst_chroot_path /bin/bash << EOF env-update source /etc/profile @@ -49,7 +49,7 @@ clean) EOF [ $? -ne 0 ] && exit 1 ;; -preclean) +clean) exit 0 ;; *)