# 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 <wolf31o2@gentoo.org>
+ targets/support/livecdfs-update.sh:
+ Fix sed on installer icons.
25 May 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst:
This is 2.0_rc46.
#!/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
/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