diff options
author | Ben Armstrong <synrg@debian.org> | 2011-05-14 22:30:57 -0300 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-05-15 08:43:29 +0200 |
commit | 4d8ae158c2963fe6bd79f2b4e143223218c49ac2 (patch) | |
tree | 9d34458312b2d83cefbca494b34028d703f9f453 | |
parent | 860310465d14c801ef5f5c969ac2e2704ed5979e (diff) | |
download | vyos-live-build-4d8ae158c2963fe6bd79f2b4e143223218c49ac2.tar.gz vyos-live-build-4d8ae158c2963fe6bd79f2b4e143223218c49ac2.zip |
Using gdm3 for wheezy instead of gdm.
-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 cb5f802c6..2a58c0f75 100755 --- a/scripts/build/lb_chroot_hacks +++ b/scripts/build/lb_chroot_hacks @@ -39,7 +39,7 @@ Check_lockfile .lock Create_lockfile .lock case "${LB_PARENT_DISTRIBUTION}" in - squeeze|sid) + squeeze|wheezy|sid) if echo "${LB_TASKS}" | grep -qs lxde || echo "${LB_TASKS}" | grep -qs xfce then |