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
authorWonYoung Choi <wy80.choi@samsung.com>
Mon, 22 Jun 2015 01:48:53 +0000 (10:48 +0900)
committerWonYoung 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

index c3ee531..6831da3 100755 (executable)
@@ -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;