From f1edc8e50bf2b25b58be686b4719e40178b3b2f9 Mon Sep 17 00:00:00 2001 From: Ilho Kim Date: Tue, 14 Apr 2020 13:40:54 +0900 Subject: [PATCH] Fix ReadonlyUpdateInstallSteps base step name Relates : - [app-installers]https://review.tizen.org/gerrit/#/c/platform/core/appfw/app-installers/+/230753/ Change-Id: Ia933be951e9facedfb0095995b6666b51fe3a0c4 Signed-off-by: Ilho Kim --- src/hybrid/hybrid_installer.cc | 2 +- src/wgt/wgt_installer.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hybrid/hybrid_installer.cc b/src/hybrid/hybrid_installer.cc index c1c4326..37ac600 100644 --- a/src/hybrid/hybrid_installer.cc +++ b/src/hybrid/hybrid_installer.cc @@ -380,7 +380,7 @@ void HybridInstaller::ReadonlyUpdateInstallSteps() { AddStepAfter("MergeTpkPrivileges", ci::security::StepPrivilegeCompatibility::InternalPrivType::BOTH); AddStepAfter( - "CreateStorageDirectories"); + "UpdateStorageDirectories"); } void HybridInstaller::ReadonlyUpdateUninstallSteps() { diff --git a/src/wgt/wgt_installer.cc b/src/wgt/wgt_installer.cc index 87ff292..12f151c 100644 --- a/src/wgt/wgt_installer.cc +++ b/src/wgt/wgt_installer.cc @@ -293,7 +293,7 @@ void WgtInstaller::ReadonlyUpdateInstallSteps() { "CreateWgtSymbolicLink"); AddStepAfter("CheckExtensionPrivileges"); AddStepAfter( - "CreateStorageDirectories"); + "UpdateStorageDirectories"); } void WgtInstaller::ReadonlyUpdateUninstallSteps() { -- 2.7.4