Upload tizen_2.2 source
authorkh5325.kim <kh5325.kim@samsung.com>
Thu, 11 Jul 2013 13:22:25 +0000 (22:22 +0900)
committerkh5325.kim <kh5325.kim@samsung.com>
Thu, 11 Jul 2013 13:22:25 +0000 (22:22 +0900)
Change-Id: I91780da36856208a059fe48212c728f9cf570c1a

org.tizen.base.feature/rootfiles_for_linux/startup.sh
package/changelog
package/pkginfo.manifest

index 555f08a..aeae253 100755 (executable)
@@ -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}
             ;;
index 806a440..31d1bf8 100644 (file)
@@ -1,3 +1,6 @@
+* 2.2.2
+- Changed for non-ubuntu linux
+== kh5325.kim <kh5325.kim@samsung.com> 2013-07-08
 * 2.2.1
 - Removed launcher.exe on package
 == kh5325.kim <kh5325.kim@samsung.com> 2013-06-29
index 604b95c..a6e293a 100644 (file)
@@ -1,4 +1,4 @@
-Version:2.2.1
+Version:2.2.2
 Source:product
 Maintainer:kangho kim <kh5325.kim@samsung.com>, yoonki park <yoonki.park@samsung.com>, hyunsik non <hyunsik.noh@samsung.com>, taeyoung son <taeyoung2.son@samsung.com>, gune Kim <gune.kim@samsung.com>, ho namkoong <ho.namkoong@samsung.com>, hyeongseok heo <hyeong-seok.heo@samsung.com>, gyeongseok seo <gyeongseok.seo@samsung.com>, jihoon song<jihoon80.song@samsung.com>, changhyun lee <changhyun1.lee@samsung.com>, Woongsik Choi <woongsik76.choi@samsung.com>, Hyukmin Kwon <hyukmin0530.kwon@samsung.com>, Wooyoung Cho <wooyoung1.cho@samsung.com>, Jaeheung Kim <jaeheung.kim@samsung.com>