Makefile: Spell ovmf correctly

Fix package name thinko in Makefile

Signed-off-by: Ryan Harper <ryan.harper@canonical.com>
This commit is contained in:
Ryan Harper 2015-09-22 22:23:04 -05:00
parent d85bb52a63
commit 7501e26fac
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ install_deps_amd64:
sudo apt-get install grub-efi-amd64-signed
install_deps: install_deps_$(ARCH)
sudo apt-get install python3-urwid python3-pyudev python3-netifaces python3-nose python3-flake8 python3-yaml git bzr ubuntu-cloudimage-keyring python3-jinja2 python3-coverage ovfm shim shim-signed
sudo apt-get install python3-urwid python3-pyudev python3-netifaces python3-nose python3-flake8 python3-yaml git bzr ubuntu-cloudimage-keyring python3-jinja2 python3-coverage ovmf shim shim-signed
dryrun: probert
$(MAKE) ui-view DRYRUN="--dry-run --uefi"