Fix syntax error.

This commit is contained in:
Iain Lane 2016-04-20 21:14:59 +01:00
parent b8361740b0
commit e5142015a3
2 changed files with 7 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.406) xenial; urgency=medium
* Fix syntax error.
-- Iain Lane <iain@orangesquash.org.uk> 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

View File

@ -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"