[SCM] live-config branch, debian-old-2.0, updated. debian/2.0.12-1-4-ga2f29a9

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


The following commit has been merged in the debian-old-2.0 branch:
commit a2f29a9574e1d0d06e26a25d7bb1997e2b7c1917
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Nov 27 14:39:20 2010 +0100

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

diff --git a/scripts/config/109-debian-installer-launcher b/scripts/config/109-debian-installer-launcher
index 923ff2b..a31112c 100755
--- a/scripts/config/109-debian-installer-launcher
+++ b/scripts/config/109-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