From: vsr Date: Fri, 24 Sep 2004 14:22:49 +0000 (+0000) Subject: get back installation script for Cascade 5.2 X-Git-Tag: PAL_2_1_0~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=89ffcb145a6250e2be166d105d26764b705c422d;p=tools%2Finstall.git get back installation script for Cascade 5.2 add installation script for Cascade patch --- diff --git a/config_files/CAS-5.2-patch.sh b/config_files/CAS-5.2-patch.sh new file mode 100755 index 0000000..891213c --- /dev/null +++ b/config_files/CAS-5.2-patch.sh @@ -0,0 +1,58 @@ +#!/bin/sh + +check_version() +{ +#check existence of pathc for Open CASCADE 5.2 +#unfortunately we can't say nothing exactly about patch for Open CASCADE 5.2 +return 0 +} + +print_env() +{ +#nothing to do +return 0 +} + +# looks for the native product and collects it's environment (used by make_env()) +try_native(){ +check_version +if [ $? -eq 0 ] ; then +# cat > ${INSTALL_WORK}/env_${PRODUCT_TYPE}.sh < ${INSTALL_WORK}/env_${PRODUCT_TYPE}.sh < ${INSTALL_WORK}/env_${PRODUCT_TYPE}.sh <