Move manifest file (from .config) to TZ_USER_PACKAGES / TZ_SYS_RW_PACKAGES 75/29275/3
authorSabera Djelti (sdi2) <sabera.djelti@open.eurogiciel.org>
Thu, 23 Oct 2014 09:22:12 +0000 (11:22 +0200)
committerSabera Djelti <sabera.djelti@open.eurogiciel.org>
Thu, 23 Oct 2014 17:29:26 +0000 (10:29 -0700)
Bug-Tizen: XWALK-2672
Change-Id: I0241574a23adf0af41ad14c90bcb87de48c66277
Signed-off-by: Sabera Djelti (sdi2) <sabera.djelti@open.eurogiciel.org>
src/pkgmgr-info.c

index e48b474..17524fc 100755 (executable)
@@ -742,7 +742,7 @@ API const char* getUserManifestPath(uid_t uid)
                        _LOGE("UID [%d] does not belong to 'users' group!", uid);
                        return NULL;
                }
-               asprintf(&result, "%s/.config/xwalk-service/applications/", userinfo->pw_dir);
+               asprintf(&result, "%s/.applications/manifest/", userinfo->pw_dir);
        } else {
                        result = tzplatform_mkpath(TZ_SYS_RW_PACKAGES, "/");
        }