diff options
Diffstat (limited to 'scripts/build/lb_chroot_hacks')
-rwxr-xr-x | scripts/build/lb_chroot_hacks | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/build/lb_chroot_hacks b/scripts/build/lb_chroot_hacks index 373ba1808..eed0294d8 100755 --- a/scripts/build/lb_chroot_hacks +++ b/scripts/build/lb_chroot_hacks @@ -39,8 +39,9 @@ Check_lockfile .lock Create_lockfile .lock case "${LB_PARENT_DISTRIBUTION}" in - squeeze|wheezy|sid) - if echo "${LB_TASKS}" | grep -qs xfce + squeeze) + if echo "${LB_TASKS}" | grep -qs lxde || + echo "${LB_TASKS}" | grep -qs xfce then GDM="gdm" else @@ -49,7 +50,7 @@ case "${LB_PARENT_DISTRIBUTION}" in ;; *) - GDM="gdm" + GDM="gdm3" ;; esac |