From 1248f681cc511105dee12fd31f16c5f2cfdd2eca Mon Sep 17 00:00:00 2001 From: Bon-Yong Lee Date: Thu, 19 Jul 2012 13:34:51 +0900 Subject: [PATCH] [Title] Fix pkginfo file [Type] Enhancement [Module] Sub [Priority] Minor [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- package/build.linux | 1 + 1 file changed, 1 insertion(+) diff --git a/package/build.linux b/package/build.linux index bb68590..a9adcd0 100755 --- a/package/build.linux +++ b/package/build.linux @@ -30,6 +30,7 @@ build() SRC=`find $ROOTDIR -name "org.tizen.web.launch_*"` cp $SRC $LIB + jar -xvf $SRC $LIB SRC=`find $ROOTDIR -name "org.tizen.web.sign_*"` cp $SRC $LIB -- 2.7.4