From: John P. Davis Date: Mon, 6 Sep 2004 04:52:06 +0000 (+0000) Subject: fix for #62436 X-Git-Tag: CATALYST_2_0_6_916~942 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6d35cdfbf74c77aa0d65fce7ea6dcebad63a32fd;p=catalyst.git fix for #62436 git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@431 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/modules/livecd_stage2_target.py b/modules/livecd_stage2_target.py index 23817ea6..0cca6de5 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.18 2004/08/13 16:00:48 zhen Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/livecd_stage2_target.py,v 1.19 2004/09/06 04:52:06 zhen Exp $ """ Builder class for a LiveCD stage2 build. @@ -246,9 +246,9 @@ class livecd_stage2_target(generic_stage_target): else: os.putenv(kname+"_kernelopts", "") - # execute the script that builds the kernel - cmd("/bin/bash "+self.settings["livecd/runscript"]+" kernel "+list_bashify(args), - "Runscript kernel build failed") + # execute the script that builds the kernel + cmd("/bin/bash "+self.settings["livecd/runscript"]+" kernel "+list_bashify(args),\ + "Runscript kernel build failed") def run_local(self): # first clean up any existing cdroot stuff