aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtargets/stage3/stage3.sh6
1 files changed, 3 insertions, 3 deletions
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
;;
*)