diff options
-rwxr-xr-x | scripts/build/lb_chroot_hacks | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/build/lb_chroot_hacks b/scripts/build/lb_chroot_hacks index 2ad85d3b3..373ba1808 100755 --- a/scripts/build/lb_chroot_hacks +++ b/scripts/build/lb_chroot_hacks @@ -40,8 +40,7 @@ Create_lockfile .lock case "${LB_PARENT_DISTRIBUTION}" in squeeze|wheezy|sid) - if echo "${LB_TASKS}" | grep -qs lxde || - echo "${LB_TASKS}" | grep -qs xfce + if echo "${LB_TASKS}" | grep -qs xfce then GDM="gdm" else |