[SCM] live-helper branch, debian-next, updated. debian/2.0_a7-1-18-g7b9b46d

Daniel Baumann daniel at debian.org
Sun Feb 21 12:57:30 UTC 2010


The following commit has been merged in the debian-next branch:
commit 7b9b46dff785a0f2ca6a54e6789b47653cbc910e
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Feb 21 13:53:25 2010 +0100

    Correcting desktop hacks.

diff --git a/helpers/chroot_hacks b/helpers/chroot_hacks
index 19d7af8..eac7d13 100755
--- a/helpers/chroot_hacks
+++ b/helpers/chroot_hacks
@@ -40,7 +40,7 @@ Create_lockfile .lock
 # Handling default desktop configuration
 for TASK in ${LH_TASKS}
 do
-	case "${LH_TASKS}" in
+	case "${TASKS}" in
 		gnome-desktop)
 			# gnome is the only desktop environment in this image
 			if [ -z "$(echo ${LH_TASKS} | sed -e 's|gnome-desktop||' -e '| desktop ||' | grep desktop)" ]
@@ -89,7 +89,7 @@ do
 			fi
 			;;
 
-		xfcde-desktop)
+		xfce-desktop)
 			# xfce is the only desktop environment in this image
 			if [ -z "$(echo ${LH_TASKS} | sed -e 's|xfce-desktop||' -e '| desktop ||' | grep desktop)" ]
 			then

-- 
live-helper



More information about the debian-live-changes mailing list