From c45969dfcd89ad5e4b84f8d708eba61a82e9fe6a Mon Sep 17 00:00:00 2001 From: "kh5325.kim" Date: Thu, 11 Jul 2013 22:22:25 +0900 Subject: [PATCH] Upload tizen_2.2 source Change-Id: I91780da36856208a059fe48212c728f9cf570c1a --- org.tizen.base.feature/rootfiles_for_linux/startup.sh | 11 +++++------ package/changelog | 3 +++ package/pkginfo.manifest | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/org.tizen.base.feature/rootfiles_for_linux/startup.sh b/org.tizen.base.feature/rootfiles_for_linux/startup.sh index 555f08a..aeae253 100755 --- a/org.tizen.base.feature/rootfiles_for_linux/startup.sh +++ b/org.tizen.base.feature/rootfiles_for_linux/startup.sh @@ -14,16 +14,15 @@ then eclipse_options="-clean ${eclipse_options}" fi -if [ -e /etc/issue ] +if [ -e /etc/os-release ] then - linux_name=`cat /etc/issue | awk '{print $1}' | tr [A-Z] [a-z]` - linux_version=`cat /etc/issue | awk '{print $2}'` - linux_main_version=`expr substr $linux_version 1 5` + id=`cat /etc/os-release | grep "^ID=" | sed "s/^ID=//g"` + version=`cat /etc/os-release | grep "^VERSION_ID=" | sed "s/^VERSION_ID=//g" | sed "s/\"//g"` fi -if [ "${linux_name}" = "ubuntu" ] +if [ "${id}" = "ubuntu" ] then - case ${linux_main_version} in + case ${version} in 11.04|11.10|12.04|12.10) GDK_NATIVE_WINDOWS=true UBUNTU_MENUPROXY=0 LIBOVERLAY_SCROLLBAR=0 ./eclipse ${eclipse_options} ;; diff --git a/package/changelog b/package/changelog index 806a440..31d1bf8 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 2.2.2 +- Changed for non-ubuntu linux +== kh5325.kim 2013-07-08 * 2.2.1 - Removed launcher.exe on package == kh5325.kim 2013-06-29 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 604b95c..a6e293a 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.2.1 +Version:2.2.2 Source:product Maintainer:kangho kim , yoonki park , hyunsik non , taeyoung son , gune Kim , ho namkoong , hyeongseok heo , gyeongseok seo , jihoon song, changhyun lee , Woongsik Choi , Hyukmin Kwon , Wooyoung Cho , Jaeheung Kim -- 2.7.4