Fix syntax error.

ubuntu/yakkety 2.406
Iain Lane 9 years ago
parent b8361740b0
commit e5142015a3

6
debian/changelog vendored

@ -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 livecd-rootfs (2.405) xenial; urgency=medium
* move the snappy kernel builds to the correct linux-image-$arch and * move the snappy kernel builds to the correct linux-image-$arch and

@ -412,6 +412,7 @@ case $PROJECT:$SUBPROJECT in
armhf) armhf)
if [ "$devarch" = "raspi2" ]; then if [ "$devarch" = "raspi2" ]; then
linux_package="linux-image-raspi2 linux-firmware-raspi2" linux_package="linux-image-raspi2 linux-firmware-raspi2"
fi
;; ;;
ppc64el|s390x) ppc64el|s390x)
echo "I: skipping kernel and device tarball for $ARCH" echo "I: skipping kernel and device tarball for $ARCH"

Loading…
Cancel
Save