From 0eaec780a03abe6072af24bdbfc957d66894dca2 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Fri, 28 Jun 2013 17:13:41 +0100 Subject: [PATCH] live-build/auto/build: Fix syntax error. --- debian/changelog | 6 ++++++ live-build/auto/build | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5fec56b3..cd46cfbd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.152) UNRELEASED; urgency=low + + * live-build/auto/build: Fix syntax error. + + -- Colin Watson 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 diff --git a/live-build/auto/build b/live-build/auto/build index 25efc52a..ef879215 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -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 "$@"