diff --git a/debian/changelog b/debian/changelog index 405e5590..2af8c26b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.406) xenial; urgency=medium + + * Fix syntax error. + + -- Iain Lane Wed, 20 Apr 2016 21:13:23 +0100 + livecd-rootfs (2.405) xenial; urgency=medium * move the snappy kernel builds to the correct linux-image-$arch and diff --git a/live-build/auto/build b/live-build/auto/build index 654c31dc..93713d36 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -412,6 +412,7 @@ case $PROJECT:$SUBPROJECT in armhf) if [ "$devarch" = "raspi2" ]; then linux_package="linux-image-raspi2 linux-firmware-raspi2" + fi ;; ppc64el|s390x) echo "I: skipping kernel and device tarball for $ARCH"