From 69018153ad77fecf9165f428001900c51ab13fc5 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Sat, 3 Jun 2006 01:57:24 +0000 Subject: [PATCH] Fix sed on installer icons. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1143 d1e1f19c-881f-0410-ab34-b69fee027534 --- ChangeLog | 6 +++++- targets/support/livecdfs-update.sh | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 21605186..0fef7280 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.627 2006/05/25 16:26:38 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.628 2006/06/03 01:57:24 wolf31o2 Exp $ + + 03 Jun 2006; Chris Gianelloni + targets/support/livecdfs-update.sh: + Fix sed on installer icons. 25 May 2006; Chris Gianelloni catalyst: This is 2.0_rc46. diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh index 55278112..b4b31379 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.49 2006/05/13 14:01:16 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/livecdfs-update.sh,v 1.50 2006/06/03 01:57:24 wolf31o2 Exp $ . /tmp/chroot-functions.sh @@ -323,9 +323,9 @@ case ${clst_livecd_type} in /home/${username}/Desktop cp /usr/share/applications/installer-dialog.desktop \ /home/${username}/Desktop - sed -e 's:Exec=installer:Exec=sudo installer:' \ + sed -i -e 's:Exec=installer:Exec=sudo installer:' \ /home/${username}/Desktop/installer-dialog.desktop - sed -e 's:Exec=installer:Exec=sudo installer:' \ + sed -i -e 's:Exec=installer:Exec=sudo installer:' \ /home/${username}/Desktop/installer-gtk.desktop chown -R ${username}:100 /home/${username} done -- 2.26.2