From 9a44802501ebfd17fbd908a09cf96e89e926c5ba Mon Sep 17 00:00:00 2001 From: "Sabera Djelti (sdi2)" Date: Wed, 13 Aug 2014 18:04:44 +0200 Subject: [PATCH] Fix (run application with) xwalk-launcher Signed-off-by: Sabera Djelti (sdi2) Signed-off-by: Stephane Desneux Change-Id: I1b8ff0854c19dfb0895a519ea2e0eb4cf294ed01 --- tool/pkg_initdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/pkg_initdb.c b/tool/pkg_initdb.c index baf8be2..5920762 100755 --- a/tool/pkg_initdb.c +++ b/tool/pkg_initdb.c @@ -48,7 +48,7 @@ #define PKG_PARSER_DB_FILE_JOURNAL tzplatform_mkpath(TZ_SYS_DB, ".pkgmgr_parser.db-journal") #define PKG_CERT_DB_FILE tzplatform_mkpath(TZ_SYS_DB, ".pkgmgr_cert.db") #define PKG_CERT_DB_FILE_JOURNAL tzplatform_mkpath(TZ_SYS_DB, ".pkgmgr_cert.db-journal") -#define PKG_INFO_DB_LABEL "System" +#define PKG_INFO_DB_LABEL "_" #ifdef _E #undef _E -- 2.7.4