From 7501e26fac7727c427c81763ee40f8b58747c5dc Mon Sep 17 00:00:00 2001 From: Ryan Harper Date: Tue, 22 Sep 2015 22:23:04 -0500 Subject: [PATCH] Makefile: Spell ovmf correctly Fix package name thinko in Makefile Signed-off-by: Ryan Harper --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ff64d638..25fd4946 100644 --- a/Makefile +++ b/Makefile @@ -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"