From df7e353361f0d251b843422bf8fb493b9527f1ae Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Wed, 26 Jul 2006 22:38:45 +0000 Subject: [PATCH] Fix my sed line so it actually applies correctly. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1166 d1e1f19c-881f-0410-ab34-b69fee027534 --- ChangeLog | 6 +++++- targets/support/livecdfs-update.sh | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9660f274..be96f343 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.650 2006/07/25 20:29:10 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.651 2006/07/26 22:38:45 wolf31o2 Exp $ + + 26 Jul 2006; Chris Gianelloni + targets/support/livecdfs-update.sh: + Fix my sed line so it actually applies correctly. 25 Jul 2006; Chris Gianelloni targets/support/chroot-functions.sh: diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh index 260a30dc..c2faf7b8 100755 --- a/targets/support/livecdfs-update.sh +++ b/targets/support/livecdfs-update.sh @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/livecdfs-update.sh,v 1.56 2006/07/21 16:16:39 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/livecdfs-update.sh,v 1.57 2006/07/26 22:38:45 wolf31o2 Exp $ . /tmp/chroot-functions.sh @@ -185,7 +185,7 @@ then -e "/^# SPLASH_TTYS=/ s/^#//" \ /etc/conf.d/splash sed -i \ - -e 's/type" cachedir "${spl_/type" tmpfs "${spl_/' \ + -e 's/type}" cachedir "${spl_/type}" tmpfs "${spl_/' \ /sbin/splash-functions.sh rm -f /etc/splash/default ln -s /etc/splash/${clst_livecd_splash_theme} /etc/splash/default -- 2.26.2