[openrtm-commit:02662] r3009 - trunk/OpenRTM-aist/build
openrtm @ openrtm.org
openrtm @ openrtm.org
2017年 7月 6日 (木) 16:25:24 JST
Author: kawauchi
Date: 2017-07-06 16:25:24 +0900 (Thu, 06 Jul 2017)
New Revision: 3009
Modified:
trunk/OpenRTM-aist/build/pkg_install_ubuntu.sh
Log:
[compat,->RELENG_1_2] Fixed bugs. refs #4136
Modified: trunk/OpenRTM-aist/build/pkg_install_ubuntu.sh
===================================================================
--- trunk/OpenRTM-aist/build/pkg_install_ubuntu.sh 2017-07-05 09:14:19 UTC (rev 3008)
+++ trunk/OpenRTM-aist/build/pkg_install_ubuntu.sh 2017-07-06 07:25:24 UTC (rev 3009)
@@ -104,7 +104,7 @@
java_runtime_pkgs="$omni_runtime $java_devel $openrtm_java_runtime"
u_java_runtime_pkgs="$omni_runtime $openrtm_java_runtime"
-java_dev_pkgs="$java_runtime_pkgs $cmake_tools $openrtm_java_runtime $openrtm_java_devel"
+java_dev_pkgs="$java_runtime_pkgs $cmake_tools $openrtm_java_devel"
u_java_dev_pkgs="$omni_runtime $openrtm_java_runtime $openrtm_java_devel"
java_core_pkgs="$omni_runtime $java_devel $cmake_tools $build_tools"
@@ -428,7 +428,7 @@
if test "x$arg_rtshell" = "xtrue" ; then
select_opt_shl="[rtshell] install"
- install_packages $python_devel
+ install_packages python-pip
rtshell_ret=`pip install rtshell`
fi
}
More information about the openrtm-commit
mailing list