~hrg/hrg-packaging/openrtm-aist-python-1-1

« back to all changes in this revision

Viewing changes to installer/install_scripts/pkg_install_python_fedora.sh

  • Committer: kawauchi
  • Date: 2015-05-28 06:41:52 UTC
  • Revision ID: svn-v4:3ceb7c45-664a-4a73-a5f3-5d010aa2b7c3:trunk/OpenRTM-aist-Python:607
[compat, installer] Dependency on omniORBpy of Fedora has been corrected.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
# パッケージリスト
18
18
#---------------------------------------
19
19
version_num=`cat /etc/fedora-release | awk '/Fedora/{print $3}' -`
20
 
omnipy="omniORB-servers omniORBpy omniORBpy-devel omniORBpy-standard"
 
20
if [ $version_num -le 19 ]; then
 
21
    omnipy="omniORB-servers omniORBpy omniORBpy-devel omniORBpy-standard"
 
22
else
 
23
    omnipy="omniORB-servers python-omniORB omniORBpy-devel"
 
24
fi
21
25
devel="python"
22
26
openrtm="OpenRTM-aist-Python OpenRTM-aist-Python-example"
23
27
packages="$devel $omnipy $openrtm"