projects
/
platform
/
core
/
appfw
/
wgt-backend.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e6ec65
)
Reorder step for consistency
27/82427/2
author
Tomasz Iwanek
<t.iwanek@samsung.com>
Wed, 3 Aug 2016 08:44:31 +0000
(10:44 +0200)
committer
Tomasz Iwanek
<t.iwanek@samsung.com>
Wed, 3 Aug 2016 13:25:25 +0000
(06:25 -0700)
Change-Id: Idd921dbb7bd9f8250371ac7049f11f772ce1ed81
src/wgt/wgt_installer.cc
patch
|
blob
|
history
diff --git
a/src/wgt/wgt_installer.cc
b/src/wgt/wgt_installer.cc
index
6007743
..
b079097
100755
(executable)
--- a/
src/wgt/wgt_installer.cc
+++ b/
src/wgt/wgt_installer.cc
@@
-129,8
+129,8
@@
WgtInstaller::WgtInstaller(ci::PkgMgrPtr pkgrmgr)
AddStep<ci::pkgmgr::StepRegisterApplication>();
AddStep<ci::pkgmgr::StepRunParserPlugin>(
ci::Plugin::ActionType::Install);
- AddStep<ci::filesystem::StepCreatePerUserStorageDirectories>();
AddStep<ci::security::StepRegisterSecurity>();
+ AddStep<ci::filesystem::StepCreatePerUserStorageDirectories>();
AddStep<ci::filesystem::StepCreateLegacyDirectories>();
break;
}