Salome HOME
Ensure cmake_build_type is used in SALOME 9.12.0
[tools/sat_salome.git] / products / compil_scripts / omniORBpy.sh
index e1c3f068ac6e607dd0dcf8b0e18de36b365adebf..2b3c4c6f453f4a961f2c39b21c55a27295414e5a 100755 (executable)
@@ -34,6 +34,9 @@ fi
 mkdir -p $PRODUCT_INSTALL
 echo "omniORBpy is installed into omni dir ${OMNIORB_ROOT_DIR}" > $PRODUCT_INSTALL/README
 
+# fix 
+cd $OMNIORB_ROOT_DIR/lib
+find . -name "*.so*" |xargs chmod u+rwx 
+
 echo
 echo "########## END"
-