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}
;;
+* 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
-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>