diff --git a/build b/build index 4df9b59..39b1240 100755 --- a/build +++ b/build @@ -110,7 +110,7 @@ fi cd "${root_dir}/kernel_module" ./make-host.sh -j "$j" clean -mkdir -p 9p +mkdir -p "${root_dir}/9p" cd "${buildroot_dir}" # HOST_QEMU_OPTS is a hack that happens to work because the QEMU package luckly uses += at all times. # It shouldn't be necessary in the first place: https://bugs.busybox.net/show_bug.cgi?id=9936