change a name of move result file
authorjunsuk77.oh <junsuk77.oh@samsung.com>
Wed, 15 May 2013 11:32:58 +0000 (20:32 +0900)
committerAnas Nashif <anas.nashif@intel.com>
Wed, 25 Sep 2013 03:57:58 +0000 (23:57 -0400)
Change-Id: I77956b44e2e96cd6bfb5ba94811e1ae9cff4f0ed
Signed-off-by: junsuk77.oh <junsuk77.oh@samsung.com>
packaging/app2sd.spec
plugin/app2sd/src/app2sd_interface.c

index 4e1ba3f..9eab81f 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       app2sd
 Summary:    Application installation on external memory
-Version:    0.5.14
+Version:    0.5.15
 Release:    1
 Group:      Application Framework/Application Installer
 License:    Apache-2.0
index c114df3..15b5e4b 100755 (executable)
@@ -538,7 +538,7 @@ int app2sd_move_installed_app(const char *pkgid, GList* dir_list,
        }
 
 END:
-       snprintf(device_path, MAX_BUF_LEN, "%s/%s", APP2SD_TMP_PATH, pkgid);
+       snprintf(device_path, MAX_BUF_LEN, "%s/app2sd_%s", APP2SD_TMP_PATH, pkgid);
 
        file = fopen(device_path, "w");
        if (file == NULL) {