From 29016bf9572f201b7a5ed1cde00800de81c845e7 Mon Sep 17 00:00:00 2001 From: Hendrik Schutter Date: Thu, 8 Oct 2020 20:25:49 +0200 Subject: [PATCH] fixed build path --- install_host.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_host.sh b/install_host.sh index a569534..41f2d42 100644 --- a/install_host.sh +++ b/install_host.sh @@ -2,7 +2,7 @@ echo "installing host environment" -mkdir /build +mkdir build mkdir sysroot sysroot/usr sysroot/opt git clone https://github.com/raspberrypi/tools