From fdb0229544333747e3b8c8570c41f15033173024 Mon Sep 17 00:00:00 2001 From: Junghyun Yeon Date: Fri, 13 Oct 2017 14:33:32 +0900 Subject: [PATCH] Fix reinstall - SDK deploys rds files into different location due to permission issue so change rds path realted with it. Change-Id: I7dcab005cfa710630bb4f416fa792da330d5e8fa Signed-off-by: Junghyun Yeon --- src/common/step/configuration/step_configure.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/step/configuration/step_configure.cc b/src/common/step/configuration/step_configure.cc index fb6e91d..d517747 100644 --- a/src/common/step/configuration/step_configure.cc +++ b/src/common/step/configuration/step_configure.cc @@ -66,7 +66,7 @@ Step::Status StepConfigure::process() { break; case RequestType::Reinstall: context_->unpacked_dir_path.set( - context_->root_application_path.get() / "tmp" / + bf::path(tzplatform_getenv(TZ_SDK_TOOLS)) / "tmp" / pkgmgr_->GetRequestInfo()); context_->pkgid.set(pkgmgr_->GetRequestInfo()); context_->file_path.set(kStrEmpty); -- 2.7.4