live-build/auto/build: Fix syntax error.

This commit is contained in:
Colin Watson 2013-06-28 17:13:41 +01:00
parent 0a07ba64e3
commit 0eaec780a0
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.152) UNRELEASED; urgency=low
* live-build/auto/build: Fix syntax error.
-- Colin Watson <cjwatson@ubuntu.com> Fri, 28 Jun 2013 17:13:29 +0100
livecd-rootfs (2.151) saucy; urgency=low
* use ubuntu-touch-generic-initrd for touch images instead of rolling an

View File

@ -440,7 +440,7 @@ if [ "$PROJECT" = "ubuntu-touch" ] && [ "$ARCH" = "armhf" ]; then
initrdimg="/usr/lib/ubuntu-touch-generic-initrd/initrd.img-touch"
Chroot chroot "abootimg --create "$PREFIX.bootimg-${subarch}" -f ${bootimgcfg} -r ${initrdimg} -k /boot/vmlinuz-${kver}"
done`
done
lb chroot_devpts remove "$@"
lb chroot_sysfs remove "$@"