Skip to content

Commit 6f7146e

Browse files
qemu-secex: fix builddir path
1 parent 6813e3f commit 6f7146e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/secex-genprotimgvm-scripts/runvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -euo pipefail
44

5-
vmrundir="${workdir}/tmp/build.secex"
5+
vmrundir="${workdir}/tmp/build.qemu-secex"
66
memory_default=2048
77
runvm_console="${vmrundir}/runvm-console.txt"
88
genprotimgvm=

0 commit comments

Comments
 (0)