projects
/
platform
/
core
/
appfw
/
app-installers.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c1f336
)
Fix build error in step_generate_xml.cc
12/42012/1
accepted/tizen/mobile/20150622.041058
accepted/tizen/tv/20150622.041103
accepted/tizen/wearable/20150622.041115
submit/tizen/20150622.015024
author
WonYoung Choi
<wy80.choi@samsung.com>
Mon, 22 Jun 2015 01:48:53 +0000
(10:48 +0900)
committer
WonYoung Choi
<wy80.choi@samsung.com>
Mon, 22 Jun 2015 01:48:53 +0000
(10:48 +0900)
Change-Id: Ic8de16f871b98af400e32e7bb24fcd77498ce39b
src/common/step/step_generate_xml.cc
patch
|
blob
|
history
diff --git
a/src/common/step/step_generate_xml.cc
b/src/common/step/step_generate_xml.cc
index
c3ee531
..
6831da3
100755
(executable)
--- a/
src/common/step/step_generate_xml.cc
+++ b/
src/common/step/step_generate_xml.cc
@@
-176,7
+176,7
@@
Step::Status StepGenerateXml::process() {
bs::error_code error;
if (!fs::exists(xml_path.parent_path(), error)) {
- if (!
utils
::CreateDir(xml_path.parent_path())) {
+ if (!
common_installer
::CreateDir(xml_path.parent_path())) {
LOG(ERROR) <<
"Directory for manifest xml is missing and cannot be created";
return Status::ERROR;