summaryrefslogtreecommitdiffstats
path: root/remote/setup_target
diff options
context:
space:
mode:
Diffstat (limited to 'remote/setup_target')
-rwxr-xr-xremote/setup_target3
1 files changed, 2 insertions, 1 deletions
diff --git a/remote/setup_target b/remote/setup_target
index 1d5fb921..9b9e0f44 100755
--- a/remote/setup_target
+++ b/remote/setup_target
@@ -335,7 +335,8 @@ process_module() {
local TOOL_STR="[${MODULE}]"
local SOURCE_FLAG="$MODULE_BUILD_DIR/fetched_source.flag"
local BUILD_FLAG="$MODULE_BUILD_DIR/build_complete.flag"
- local MD5FILE="$MODULE_BUILD_DIR/module_checksum.md5"
+ local MD5FILE="${TARGET_BUILD_DIR}/opt/openslx/.mltk/${MODULE}.md5"
+ mkdir -p "${TARGET_BUILD_DIR}/opt/openslx/.mltk"
if [ ! -d "${MODULE_DIR}" ]; then
if [ -z "$DEPOF" ]; then
perror "Module directory for '$MODULE' not found in ${TAREGET_DIR}"