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 4e1ba3fbb3d0615a83d6901462e7db102b2e07ca..9eab81fbe06e92895232cf5b067e9162f6c57834 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 c114df3b7a981fcaac71afda86c3acd738cbfb0a..15b5e4b7b3d7e15434645c80f9cd4ab489658afa 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) {