summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-03-12 08:28:54 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:05 +0100
commit96e3e5928f21d06085f4f17b7a6be49e735c8f2d (patch)
tree2de9f62c8849256e7939a87097eaae37b502ead8 /helpers
parent000ff0a0b04a8878b580eefc1a7c22486d7d4471 (diff)
downloadlive-build-96e3e5928f21d06085f4f17b7a6be49e735c8f2d.zip
live-build-96e3e5928f21d06085f4f17b7a6be49e735c8f2d.tar.gz
Correcting typo in desktop hacks.
Diffstat (limited to 'helpers')
-rwxr-xr-xhelpers/chroot_hacks2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/chroot_hacks b/helpers/chroot_hacks
index 82be914..b914524 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 "${TASKS}" in
+ case "${TASK}" in
gnome-desktop)
# gnome is the only desktop environment in this image
if [ -z "$(echo ${LH_TASKS} | sed -e 's|gnome-desktop||' -e 's| desktop ||' | grep desktop)" ]