From: maintenance team Date: Wed, 15 Apr 2009 14:14:47 +0000 (+0000) Subject: Update for source files of CAS6.3-sp5 patch installation only X-Git-Tag: V4_1_5~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2c7f629fbb396057e51a742b86c700400e10648c;p=tools%2Finstall.git Update for source files of CAS6.3-sp5 patch installation only --- diff --git a/config_files/CAS-6.3sp5-patch.sh b/config_files/CAS-6.3sp5-patch.sh index d4c1997..46893b2 100755 --- a/config_files/CAS-6.3sp5-patch.sh +++ b/config_files/CAS-6.3sp5-patch.sh @@ -36,7 +36,7 @@ print_env_bin() cat > ${INSTALL_WORK}/env_${PRODUCT_TYPE}.sh < ${INSTALL_WORK}/env_${PRODUCT_TYPE}_src.sh <> ${PRODUCT_DIR}/MAKE-PATH.LOG < ${PRODUCT_DIR}/size.log -cd ${PRODUCT_DIR}; - -# remove sources and temporary files after building -if [ ${REMOVE_SRC_TMP} == "TRUE" ] ; then - test -d ${INST_ROOT}/${PRODUCT}-patch_SRC && rm -fr ${INST_ROOT}/${PRODUCT}-patch_SRC - test -d ${PRODUCT_SRC_DIR} && rm -fr ${PRODUCT_SRC_DIR} -fi - # to generate environment scripts try_preinstalled } @@ -110,8 +88,7 @@ make_env ${INST_ROOT} ${INSTALL_WORK} "${PRODUCT_SEQUENCE}" "${INSTALL_PRODUCTS} source ${INSTALL_WORK}/$SHRC # create a product directory - -check_jb tar xfz ${SOURCE_DIR}/${PRODUCT}-patch.tar.gz -C ${PRODUCT_DIR} +#There are no binaries of patch for Open CASCADE 6.3sp5 try_preinstalled }