From: Sabera Djelti (sdi2) Date: Wed, 13 Aug 2014 16:04:44 +0000 (+0200) Subject: Fix (run application with) xwalk-launcher X-Git-Tag: submit/tizen_common/20140814.134251 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Fsubmit%2Ftizen_common%2F20140814.134251;p=platform%2Fcore%2Fappfw%2Fslp-pkgmgr.git Fix (run application with) xwalk-launcher Signed-off-by: Sabera Djelti (sdi2) Signed-off-by: Stephane Desneux Change-Id: I1b8ff0854c19dfb0895a519ea2e0eb4cf294ed01 --- 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