[SCM] live-config branch, debian-next, updated. debian/3.0_a12-1-6-ga1126a7

Daniel Baumann daniel at debian.org
Sat Nov 27 13:39:39 UTC 2010


The following commit has been merged in the debian-next branch:
commit a1126a71fce843f5250657cb1cd60032bf5d9a8e
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Nov 27 14:38:46 2010 +0100

    Correcting install call for kde desktop file in debian-installer-launcher script.

diff --git a/scripts/config/108-debian-installer-launcher b/scripts/config/108-debian-installer-launcher
index 923ff2b..a31112c 100755
--- a/scripts/config/108-debian-installer-launcher
+++ b/scripts/config/108-debian-installer-launcher
@@ -28,7 +28,7 @@ Configure_debian_installer_launcher ()
 	# otherwise no Home and Trash icons on the desktop.
 	if [ -d  /usr/share/kde4/apps/kio_desktop/DesktopLinks ]
 	then
-		install -D -o ${LIVE_USERNAME} -g ${LIVE_USERNAME} /usr/share/applications/debian-installer-launcher.desktop /usr/share/kde4/apps/kio_desktop/DesktopLinks/
+		install -D -o ${LIVE_USERNAME} -g ${LIVE_USERNAME} /usr/share/applications/debian-installer-launcher.desktop /usr/share/kde4/apps/kio_desktop/DesktopLinks/debian-installer-launcher.desktop
 	else
 		install -D -o ${LIVE_USERNAME} -g ${LIVE_USERNAME} /usr/share/applications/debian-installer-launcher.desktop /home/${LIVE_USERNAME}/Desktop/debian-installer-launcher.desktop
 		chown ${LIVE_USERNAME}:${LIVE_USERNAME} /home/${LIVE_USERNAME}/Desktop -R

-- 
live-config



More information about the debian-live-changes mailing list