From 7eeeced2cae13c2edec196a4101b5024fa192634 Mon Sep 17 00:00:00 2001 From: "Justin C. Miller" Date: Mon, 14 May 2018 22:53:01 -0700 Subject: [PATCH] Change wscript vbox copy --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 6d791b2..77ba3ba 100644 --- a/wscript +++ b/wscript @@ -292,7 +292,7 @@ def vbox(ctx): from subprocess import call dest = os.getenv("VBOX_DEST") - copy("{}/popcorn.img".format(out), "{}/popcorn.img".format(dest)) + copy("{}/src/kernel/popcorn.elf".format(out), dest) call("nc -l -p 5555", shell=True)