Fix my sed line so it actually applies correctly.
authorChris Gianelloni <wolf31o2@gentoo.org>
Wed, 26 Jul 2006 22:38:45 +0000 (22:38 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Wed, 26 Jul 2006 22:38:45 +0000 (22:38 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1166 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
targets/support/livecdfs-update.sh

index 9660f27439306fa52be5e8789b1d85bab69d33b9..be96f3431fc6dc2a08ad1a514f11c38a37eec429 100644 (file)
--- 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 <wolf31o2@gentoo.org>
+  targets/support/livecdfs-update.sh:
+  Fix my sed line so it actually applies correctly.
 
   25 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org>
   targets/support/chroot-functions.sh:
index 260a30dc0e86bb44942dc2b739ac87686350d199..c2faf7b8f38641beb01d43dfacd3f885cb592e65 100755 (executable)
@@ -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