From 64409c359081a384ef8d9b020f17b5fec800f790 Mon Sep 17 00:00:00 2001 From: "John P. Davis" Date: Tue, 13 Jul 2004 15:42:12 +0000 Subject: [PATCH] fixed bug in cdroot cleaning (it was deleted and cleaned, butnever remade) git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@416 d1e1f19c-881f-0410-ab34-b69fee027534 --- modules/livecd_stage2_target.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/livecd_stage2_target.py b/modules/livecd_stage2_target.py index 75f414e0..4c587495 100644 --- a/modules/livecd_stage2_target.py +++ b/modules/livecd_stage2_target.py @@ -1,6 +1,6 @@ # Distributed under the GNU General Public License version 2 # Copyright 2003-2004 Gentoo Technologies, Inc. -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/livecd_stage2_target.py,v 1.12 2004/07/06 13:48:00 zhen Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/livecd_stage2_target.py,v 1.13 2004/07/13 15:42:12 zhen Exp $ """ Builder class for a LiveCD stage2 build. @@ -241,7 +241,6 @@ class livecd_stage2_target(generic_stage_target): print "cleaning previous livecd-stage2 build" cmd("rm -rf "+self.settings["cdroot_path"], "Could not remove existing directory: "+self.settings["cdroot_path"]) - else: os.makedirs(self.settings["cdroot_path"]) touch(self.settings["chroot_path"]+"/tmp/.clst_run_local_cdroot_clean") -- 2.26.2