diff options
Diffstat (limited to 'scripts/build/lb_chroot_hacks')
-rwxr-xr-x | scripts/build/lb_chroot_hacks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_chroot_hacks b/scripts/build/lb_chroot_hacks index 47524dbdc..70af7f8a3 100755 --- a/scripts/build/lb_chroot_hacks +++ b/scripts/build/lb_chroot_hacks @@ -38,7 +38,7 @@ Check_lockfile .lock # Creating lock file Create_lockfile .lock -case "${LB_DISTRIBUTION}" in +case "${LB_PARENT_DISTRIBUTION}" in squeeze|sid) if echo "${LB_TASKS}" | grep -qs lxde || echo "${LB_TASKS}" | grep -qs xfce |