summaryrefslogtreecommitdiff
path: root/onlineupdate/qa/single_step/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'onlineupdate/qa/single_step/Makefile')
-rw-r--r--onlineupdate/qa/single_step/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/onlineupdate/qa/single_step/Makefile b/onlineupdate/qa/single_step/Makefile
index 24879f1e7e6e..f303992baa0f 100644
--- a/onlineupdate/qa/single_step/Makefile
+++ b/onlineupdate/qa/single_step/Makefile
@@ -8,7 +8,7 @@ all : call
unpack:
@echo "Unpacking the updater test project"
@rm -r $(UPDATER_DIR) || true
- @mkdir -p $(WORKDIR)/updater/
+ @mkdir -p $(UPDATER_DIR)
@unzip single_step.zip -d $(WORKDIR)/updater > /dev/null
@mkdir -p $(UPDATER_DIR)/patch