pkg: change destination path for add on packages 21/104421/2
authorMunkyu Im <munkyu.im@samsung.com>
Tue, 13 Dec 2016 08:45:32 +0000 (17:45 +0900)
committermunkyu im <munkyu.im@samsung.com>
Tue, 13 Dec 2016 09:27:01 +0000 (01:27 -0800)
The previous path does not have permission to push files.

Change-Id: I2e3731cd84f9481fdc4dbd019823392493a5745f
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
src/msgproc_package.cpp

index f06f10397bf1323a3fa193347b9059bd5ce59da2..2b8f5c56f3b51526a237c9e11682122f5101c5e5 100644 (file)
@@ -35,7 +35,7 @@
 
 #define MAX_PKGS_BUF            1024
 #define MAX_DATA_BUF            1024
-#define PATH_PACKAGE_INSTALL    "/opt/usr/apps/tmp/sdk_tools/"
+#define PATH_PACKAGE_INSTALL    "/tmp/.emulator/apps/"
 #define SCRIPT_INSTALL          "post-install.sh"
 #define RPM_CMD_QUERY           "-q"
 #define RPM_CMD_INSTALL         "-U"