From: gyeongseok.seo Date: Thu, 8 Dec 2011 03:12:22 +0000 (+0900) Subject: [Title] wekit-lib uncompression while installing. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=80501581d8a935623bddac6582c97dfe5ddb6778;p=sdk%2Fide%2Fcommon-eplugin.git [Title] wekit-lib uncompression while installing. [Type] Feature [Module] common-ide-eplungin [Priority] Major [CQ#] [Redmine#] 3527 [Problem] [Cause] [Solution] [TestCase] Change-Id: Ie9518e6b0a6bd0cb4ad25e6d49d4622f1c368066 --- diff --git a/packager/linux/install.sh b/packager/linux/install.sh index fb44d8f..dfe955f 100755 --- a/packager/linux/install.sh +++ b/packager/linux/install.sh @@ -57,4 +57,9 @@ xdg-desktop-menu install $categoryfile $desktopfile ##### END Register Menu ##### +## webkit-lib uncompression +webkit_lib_linux_path=SDK/lib/webkit-lib +tar xf $TIZEN_SDK_INSTALL_PATH/$webkit_lib_linux_path/webkit-lib.tar.gz -C $TIZEN_SDK_INSTALL_PATH/$webkit_lib_linux_path/ +rm -rf $TIZEN_SDK_INSTALL_PATH/$webkit_lib_linux_path/webkit-lib.tar.gz + exit 0