From 82a8eea443052d0a33bbf7dde666a5f2450cdebb Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Wed, 12 Jul 2006 23:28:41 +0000 Subject: [PATCH] Hopefully, I have fixed the issue with the Installer icons. We'll have to see once the newer Installer is released, as I still have to fix the installer scripts. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1160 d1e1f19c-881f-0410-ab34-b69fee027534 --- ChangeLog | 8 +++++++- targets/support/livecdfs-update.sh | 6 +++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index c2f600c3..8d506807 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.644 2006/07/12 18:34:52 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.645 2006/07/12 23:28:40 wolf31o2 Exp $ + + 12 Jul 2006; Chris Gianelloni + targets/support/livecdfs-update.sh: + Hopefully, I have fixed the issue with the Installer icons. We'll have to + see once the newer Installer is released, as I still have to fix the + installer scripts. 12 Jul 2006; Chris Gianelloni targets/support/rc-update.sh: diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh index 6c270887..2e32bbe3 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.53 2006/07/11 21:40:59 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/livecdfs-update.sh,v 1.54 2006/07/12 23:28:41 wolf31o2 Exp $ . /tmp/chroot-functions.sh @@ -341,9 +341,9 @@ case ${clst_livecd_type} in /home/${username}/Desktop cp /usr/share/applications/installer-dialog.desktop \ /home/${username}/Desktop - sed -i -e 's:Exec=installer:Exec=sudo installer:' \ + sed -i -e 's:Exec=installer-dialog:Exec=installer dialog:' \ /home/${username}/Desktop/installer-dialog.desktop - sed -i -e 's:Exec=installer:Exec=sudo installer:' \ + sed -i -e 's:Exec=installer-gtk:Exec=installer:' \ /home/${username}/Desktop/installer-gtk.desktop chown -R ${username}:100 /home/${username} done -- 2.26.2