Add StepCreateRecoveryFile at ReadonlyUpdateInstallSteps 15/167415/3
authorSangyoon Jang <jeremy.jang@samsung.com>
Wed, 17 Jan 2018 12:00:04 +0000 (21:00 +0900)
committerSangyoon Jang <jeremy.jang@samsung.com>
Wed, 17 Jan 2018 12:20:18 +0000 (12:20 +0000)
Change-Id: Ia4a0335c3c43b5f3222c98b958deb0cd677b5601
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
src/wgt/wgt_installer.cc

index ce20ebd..96fa5ab 100755 (executable)
@@ -521,6 +521,7 @@ void WgtInstaller::ManifestDirectUpdateSteps() {
 
 void WgtInstaller::ReadonlyUpdateInstallSteps() {
   AddStep<ci::configuration::StepConfigure>(pkgmgr_);
+  AddStep<ci::configuration::StepCreateRecoveryFile>();
   AddStep<ci::filesystem::StepUnzip>();
   AddStep<wgt::configuration::StepParse>(
       wgt::configuration::StepParse::ConfigLocation::PACKAGE, true);