mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-08 18:01:11 +00:00
Fix typo in ubuntu-cpc preventing non-intel builds
This commit is contained in:
parent
f433184416
commit
323da962e5
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.209.3) trusty; urgency=medium
|
||||
|
||||
[Ben Howard]
|
||||
* Fix typo in ubuntu-cpc preventing non-intel builds.
|
||||
|
||||
-- Robert C Jennings <robert.jennings@canonical.com> Tue, 23 May 2017 16:46:04 -0500
|
||||
|
||||
livecd-rootfs (2.209.2) trusty; urgency=medium
|
||||
|
||||
[Oliver Grawert]
|
||||
|
@ -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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user