[openrtm-commit:01501] r2592 - trunk/OpenRTM-aist/build

openrtm @ openrtm.org openrtm @ openrtm.org
2014年 11月 13日 (木) 17:27:34 JST


Author: kawauchi
Date: 2014-11-13 17:27:34 +0900 (Thu, 13 Nov 2014)
New Revision: 2592

Modified:
   trunk/OpenRTM-aist/build/pkg_install_fedora.sh
Log:
[compat,installer,->RELENG_1_1] Dependent libraries for version 19 and 20 has been fixed.

Modified: trunk/OpenRTM-aist/build/pkg_install_fedora.sh
===================================================================
--- trunk/OpenRTM-aist/build/pkg_install_fedora.sh	2014-11-13 07:21:52 UTC (rev 2591)
+++ trunk/OpenRTM-aist/build/pkg_install_fedora.sh	2014-11-13 08:27:34 UTC (rev 2592)
@@ -16,8 +16,8 @@
 # パッケージリスト
 #---------------------------------------
 version_num=`cat /etc/fedora-release | awk '/Fedora/{print $3}' -`
-if [ $version_num -ge 16 ] && [ $version_num -le 18 ]; then
-	# バージョンが16,17,18の場合
+if [ $version_num -ge 16 ]; then
+	# バージョンが16以降の場合
 	omni="omniORB omniORB-devel omniORB-doc omniORB-servers omniORB-utils"
 else
 	omni="omniORB omniORB-devel omniORB-doc omniORB-servers omniORB-utils omniORB-bootscripts"



More information about the openrtm-commit mailing list