From 0b04a8177494b6fa5c82e59d12327a8df6b9fabd Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Wed, 6 Dec 2006 21:42:30 +0000 Subject: [PATCH] Fix a typo in generic_stage_target. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1196 d1e1f19c-881f-0410-ab34-b69fee027534 --- ChangeLog | 4 ++++ modules/generic_stage_target.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6db223f3..be016ae0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.664 2006/10/02 20:41:53 wolf31o2 Exp $ + 06 Dec 2006; Chris Gianelloni + modules/generic_stage_target.py: + Fix a typo in generic_stage_target. + 06 Dec 2006; Chris Gianelloni targets/support/livecdfs-update.sh: Make sure we setup the DISPLAYMANAGER variable in both /etc/rc.conf and diff --git a/modules/generic_stage_target.py b/modules/generic_stage_target.py index 477af627..18d950ca 100644 --- a/modules/generic_stage_target.py +++ b/modules/generic_stage_target.py @@ -890,7 +890,7 @@ class generic_stage_target(generic_target): if self.settings.has_key("LDFLAGS"): myf.write('LDFLAGS="'+self.settings["LDFLAGS"]+'"\n') - myf.write("# This should not be changed unless you know exactly what you are doing. You\n# should probably be using a different stage, instead.\m") + myf.write("# This should not be changed unless you know exactly what you are doing. You\n# should probably be using a different stage, instead.\n") myf.write('CHOST="'+self.settings["CHOST"]+'"\n') # Figure out what our USE vars are for building -- 2.26.2