From 6e9ee55552b21feb8d6201cf2cd4f35fc69e9acd Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Thu, 28 Feb 2019 18:28:42 -0800 Subject: [PATCH] move sketches into a subdir Signed-off-by: Jesse Vincent --- bin/kaleidoscope-builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/kaleidoscope-builder b/bin/kaleidoscope-builder index 435c9676..51ead4ed 100755 --- a/bin/kaleidoscope-builder +++ b/bin/kaleidoscope-builder @@ -32,7 +32,7 @@ build_paths() { CORE_CACHE_PATH="${CORE_CACHE_PATH:-${STABLE_TEMP_DIR}/arduino-cores}" - BUILD_PATH="${BUILD_PATH:-${STABLE_TEMP_DIR}/${LIBRARY}}" + BUILD_PATH="${BUILD_PATH:-${STABLE_TEMP_DIR}/sketches/${LIBRARY}}" mkdir -p "$CORE_CACHE_PATH" mkdir -p "$BUILD_PATH"