From dec9aedb1976a1d81ea68f184ae82ea0e4737638 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Mon, 9 Jul 2018 07:10:57 +0000 Subject: fixed os build AGAIN --- os/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os') diff --git a/os/Makefile b/os/Makefile index f2855855..e11cbee4 100644 --- a/os/Makefile +++ b/os/Makefile @@ -15,7 +15,7 @@ _pikvm: $(_BUILD_DIR) rm -rf $(_BUILD_DIR)/builder/scripts/pikvm cp -a platforms/$(PIKVM_PLATFORM) $(_BUILD_DIR)/stages/pikvm cd $(_BUILD_DIR) && make binfmt && make _rpi \ - BUILD_OPTS="--build-arg $(_KVMD_VERSION)" \ + BUILD_OPTS="--build-arg KVMD_VERSION=$(_KVMD_VERSION)" \ PROJECT=pi-kvm \ PLATFORM=rpi-2 \ STAGES="__init__ os ssh watchdog ro pikvm __cleanup__" \ -- cgit v1.2.3