modification for seperation of RO/RW location
[platform/core/appfw/wgt-backend.git] / src / wgt / step / step_generate_xml.cc
index dd82f5e..71d956f 100644 (file)
@@ -245,7 +245,8 @@ common_installer::Step::Status StepGenerateXml::precheck() {
 }
 
 common_installer::Step::Status StepGenerateXml::process() {
-  bf::path xml_path = bf::path(getUserManifestPath(context_->uid.get()))
+  bf::path xml_path =
+      bf::path(getUserManifestPath(context_->uid.get(), false))
       / bf::path(context_->pkgid.get());
   xml_path += ".xml";
   context_->xml_path.set(xml_path.string());