From e29cb15eac05cec1b0a27dcc756f87d0c20083a2 Mon Sep 17 00:00:00 2001 From: vsr Date: Mon, 3 Oct 2005 07:46:43 +0000 Subject: [PATCH] Fix a bug: after installation of omni binaries it is necessary to correct path to python in omniidl tool. --- config_files/omniORB-4.0.5.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config_files/omniORB-4.0.5.sh b/config_files/omniORB-4.0.5.sh index e5f0223..7fcb7bf 100755 --- a/config_files/omniORB-4.0.5.sh +++ b/config_files/omniORB-4.0.5.sh @@ -144,6 +144,12 @@ source ${INSTALL_WORK}/$SHRC check_jb tar xfz ${SOURCE_DIR}/omniORB-4.0.5.tar.gz -C ${INSTALL_ROOT} ln -s ${PRODUCT_DIR} ${INSTALL_ROOT}/omni + +cd ${PRODUCT_DIR}/bin +sed -e "s%#\!.*python%#\!`which python`%" omniidl > _omniidl +mv -f _omniidl omniidl +chmod a+x omniidl + print_env } -- 2.30.2