diff --git a/debian/changelog b/debian/changelog index 24bfffc3..2fc28288 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.358) xenial; urgency=medium + + * Fix typo in ubuntu-cpc preventing non-intel builds. + + -- Ben Howard Tue, 17 Nov 2015 08:36:32 -0700 + livecd-rootfs (2.357) xenial; urgency=medium * merge lp:~utlemming/livecd-rootfs/additional-cloud-targets: diff --git a/live-build/ubuntu-cpc/hooks/042-vagrant.binary b/live-build/ubuntu-cpc/hooks/042-vagrant.binary index 0aebde7a..22d359e7 100755 --- a/live-build/ubuntu-cpc/hooks/042-vagrant.binary +++ b/live-build/ubuntu-cpc/hooks/042-vagrant.binary @@ -19,7 +19,7 @@ architecture=$(chroot chroot dpkg --print-architecture) base_vmdk="livecd.ubuntu-cpc.disk1.vmdk" if [[ ! "${architecture}" =~ (amd64|i386) ]]; then - echo "Vagrant images are not supported for ${architecutre}" + echo "Vagrant images are not supported for ${architecture}" exit 0 elif [ ! -e ${base_vmdk} ]; then echo "Did not find VMDK to produce Vagrant images."