From: Soyoung Kim Date: Tue, 25 Sep 2012 08:34:12 +0000 (+0900) Subject: Modify installation command for hybrid webapp. X-Git-Tag: accepted/tizen_2.1/20130425.023916~20^2~56 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8b0c5e07cf711de8864c1e1200f2e551dfa44a47;p=framework%2Fweb%2Fwrt-installer.git Modify installation command for hybrid webapp. --- diff --git a/src/jobs/widget_install/task_install_ospsvc.cpp b/src/jobs/widget_install/task_install_ospsvc.cpp index cb7f1fa..3d1b901 100644 --- a/src/jobs/widget_install/task_install_ospsvc.cpp +++ b/src/jobs/widget_install/task_install_ospsvc.cpp @@ -37,7 +37,7 @@ using namespace WrtDB; namespace { const int MAX_BUF_SIZE = 128; -const char* OSP_INSTALL_STR = "/usr/etc/package-manager/backend/oap -iv "; +const char* OSP_INSTALL_STR = "/usr/etc/package-manager/backend/tpk -iv "; } namespace Jobs {