From 61704a02c710219bc559f54107bc5876ce0f9ca7 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Thu, 22 May 2014 18:14:47 -0700 Subject: [PATCH] fix(build_toolchains): Update board package location The naming scheme in the new buckets has changed slightly, missed this one in the other updates. --- build_toolchains | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_toolchains b/build_toolchains index 70bcda0b28..c61c6b4bda 100755 --- a/build_toolchains +++ b/build_toolchains @@ -45,7 +45,7 @@ upload_files "cross toolchain packages" "${def_upload_path}" \ for board in $(get_board_list); do board_packages="${BINPKGS}/target/${board}" - def_upload_path="${UPLOAD_ROOT}/${board}/${FLAGS_version}" + def_upload_path="${UPLOAD_ROOT}/boards/${board}/${FLAGS_version}" upload_files "board toolchain packages" "${def_upload_path}" \ "toolchain/" "${board_packages}"/* done