summaryrefslogtreecommitdiff
path: root/src/jobs/widget_install/task_install_ospsvc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/jobs/widget_install/task_install_ospsvc.cpp')
-rw-r--r--src/jobs/widget_install/task_install_ospsvc.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/jobs/widget_install/task_install_ospsvc.cpp b/src/jobs/widget_install/task_install_ospsvc.cpp
index 0a26435..cb7f1fa 100644
--- a/src/jobs/widget_install/task_install_ospsvc.cpp
+++ b/src/jobs/widget_install/task_install_ospsvc.cpp
@@ -54,8 +54,7 @@ void TaskInstallOspsvc::StepInstallOspService()
LogInfo("Step: installation for osp service");
std::ostringstream commStr;
- commStr << OSP_INSTALL_STR << GlobalConfig::GetUserInstalledWidgetPath();
- commStr << "/" << m_context.widgetConfig.pkgname;
+ commStr << OSP_INSTALL_STR << m_context.locations->getPackageInstallationDir();
//commStr << " 2>&1";
LogDebug("osp install command : " << commStr.str());