summaryrefslogtreecommitdiffstats
path: root/core/bin
diff options
context:
space:
mode:
authorSimon Rettberg2018-02-15 16:21:50 +0100
committerJonathan Bauer2018-02-15 16:21:50 +0100
commit397a3f6486fb154a61f3a05965c7f5205cd37022 (patch)
treeaead64fc25b521c3a8cd4d122b7b1387664d3962 /core/bin
parent[kexec-reboot] fast reboot via kexec (diff)
downloadmltk-397a3f6486fb154a61f3a05965c7f5205cd37022.tar.gz
mltk-397a3f6486fb154a61f3a05965c7f5205cd37022.tar.xz
mltk-397a3f6486fb154a61f3a05965c7f5205cd37022.zip
[setup_target] fix missing module clean warning
Diffstat (limited to 'core/bin')
-rwxr-xr-xcore/bin/setup_target2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/bin/setup_target b/core/bin/setup_target
index da4c6678..8d606dac 100755
--- a/core/bin/setup_target
+++ b/core/bin/setup_target
@@ -534,7 +534,7 @@ clean_module() {
local TARGET=${1%:*}
local MODULE=${1#*:}
- local MODULE_DIR="${TARGET}/${MODULE}"
+ local MODULE_DIR="${CORE_DIR}/targets/${TARGET}/${MODULE}"
local MODULE_WORK_DIR="${ROOT_DIR}/tmp/work/${MODULE}"
if ! [ -d "$MODULE_DIR" ]; then