From c4fae264e372f37ce1b0b3344c7932bd09582ca1 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sat, 10 Mar 2018 14:30:22 +0000 Subject: [PATCH] Fix mkdir 9p --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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