Fix step name 53/251553/1
authorJunghyun Yeon <jungh.yeon@samsung.com>
Fri, 15 Jan 2021 03:46:55 +0000 (12:46 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Fri, 15 Jan 2021 03:46:55 +0000 (12:46 +0900)
Related changes:

[app-installers] : https://review.tizen.org/gerrit/#/c/platform/core/appfw/app-installers/+/251363/

Change-Id: Ia5add48927e9b50e2124f1a37b262f4298156aaf
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
src/wgt/wgt_installer.cc

index 12f151c..5b023ae 100644 (file)
@@ -73,7 +73,7 @@ void WgtInstaller::InstallSteps() {
   AddStepAfter<wgt::filesystem::StepWgtResourceDirectory>("EncryptResources");
   RemoveStep("CreateIcons");
   AddStepAfter<wgt::filesystem::StepWgtPatchStorageDirectories>(
-      "CopyTEP");
+      "CopyTep");
   AddStepAfter<wgt::filesystem::StepCreateWgtSymbolicLink>(
       "WgtPatchStorageDirectories");
   AddStepAfter<wgt::filesystem::StepWgtPatchIcons>(