modify the download path 46/83246/1 accepted/tizen/common/20160905.171622 accepted/tizen/ivi/20160905.042601 accepted/tizen/mobile/20160810.082340 submit/tizen_common/20160905.023648 submit/tizen_ivi/20160905.023654 submit/tizen_mobile/20160810.002850
authorjaekuk, lee <juku1999@samsung.com>
Tue, 9 Aug 2016 23:11:37 +0000 (08:11 +0900)
committerjaekuk, lee <juku1999@samsung.com>
Tue, 9 Aug 2016 23:11:37 +0000 (08:11 +0900)
Change-Id: I2d2e9667e66f65b470e8e1a52f0b3ed9390977ec
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
packaging/org.tizen.download-manager.spec
src/include/download-manager-common.h

index dc72a4c..2661608 100755 (executable)
@@ -1,7 +1,7 @@
 %define _ux_define tizen2.3
 Name:  org.tizen.download-manager
 Summary:       Application for support of the content download
-Version:       0.3.9
+Version:       0.3.10
 Release:       1
 License:       Flora-1.1
 Group:         misc
index 9fa1a54..330b48a 100755 (executable)
 
 //#define DM_DEFAULT_PHONE_TEMP_DIR "/opt/usr/media/.temp_download"
 //#define DM_DEFAULT_PHONE_INSTALL_DIR "/opt/usr/media/Downloads/"
-#define DM_DEFAULT_PHONE_TEMP_DIR "/opt/home/owner/content/Downloads/.temp_download"
-#define DM_DEFAULT_PHONE_INSTALL_DIR "/opt/home/owner/content/Downloads/"
+#define DM_DEFAULT_PHONE_TEMP_DIR "/opt/usr/home/owner/content/Downloads/.temp_download"
+#define DM_DEFAULT_PHONE_INSTALL_DIR "/opt/usr/home/owner/content/Downloads/"
 
 #define DM_DEFAULT_MMC_TEMP_DIR "/opt/storage/sdcard/.temp_download"
 #define DM_DEFAULT_MMC_INSTALL_DIR "/opt/storage/sdcard/Downloads/"