From 6e9326d11b6f98cb393d069bf4c9984795889f36 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 26 Jun 2018 11:48:16 +0200 Subject: [PATCH] Fix build script for new layout (#40) --- scripts/build-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-all.sh b/scripts/build-all.sh index f3d075243..5f99638a5 100755 --- a/scripts/build-all.sh +++ b/scripts/build-all.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -mkdir -p /build/RL +mkdir -p /build/release all_platforms=(ova rpi rpi0_w rpi2 rpi3 rpi3_64) for platform in "${all_platforms[@]}"; do