diff options
author | Daniel Baumann <daniel@debian.org> | 2011-01-07 21:56:33 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:20:41 +0100 |
commit | 6d87f0dde3a22c9c49a727025913484e35819dbf (patch) | |
tree | 36de314485f69c21100ce5cec8c3216b1ae69e42 /scripts/build/lb_chroot_hacks | |
parent | 8f4fb88a7161d924be52587d24087a4f10d60a75 (diff) | |
download | vyos-live-build-6d87f0dde3a22c9c49a727025913484e35819dbf.tar.gz vyos-live-build-6d87f0dde3a22c9c49a727025913484e35819dbf.zip |
Adding derivatives handling for progress.
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 |