X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=config_files%2FCOMPONENT_BIN.sh;h=0dbb7786785e0c0f48ceffc0fddb61371a29fd58;hb=eac723b794cbc35686079552f16b7b68792578be;hp=bd7cb77a85188d23a5706dfc845362e0ae5ccb66;hpb=e4a2db52e1da83bd3c131109f22f1833c3310e89;p=tools%2Finstall.git diff --git a/config_files/COMPONENT_BIN.sh b/config_files/COMPONENT_BIN.sh index bd7cb77..0dbb778 100755 --- a/config_files/COMPONENT_BIN.sh +++ b/config_files/COMPONENT_BIN.sh @@ -5,7 +5,7 @@ if [ -n "${COMPONENT_ROOT_DIR}" ]; then check_lib_version VERSION ${COMPONENT_ROOT_DIR}/bin/salome if [ "$?" -eq "0" ]; then ver=`cat ${COMPONENT_ROOT_DIR}/bin/salome/VERSION | awk -F: '{print $2}' | tr -d '[:space:]' ` - if [ "$ver" = "3.0.0" ]; then + if [ "$ver" = "3.1.0a2" ]; then return 0 fi fi @@ -67,7 +67,10 @@ install_binary() make_env ${INSTALL_ROOT} ${INSTALL_WORK} "${PRODUCT_SEQUENCE}" ${PRODUCT_TYPE} source ${INSTALL_WORK}/$SHRC -check_jb tar xfz ${SOURCE_DIR}/COMPONENTbinariesV3.0.0.tar.gz -C ${INSTALL_ROOT} +check_jb tar xfz ${SOURCE_DIR}/COMPONENTbinariesV3.1.0a2.tar.gz -C ${INSTALL_ROOT} + +# remove all *.la files +rm -rf ${PRODUCT_DIR}/lib/salome/*.la print_env } @@ -78,7 +81,7 @@ export SOURCE_DIR=$3; export INSTALL_ROOT=$4; export PRODUCT_SEQUENCE=$5; if [ $# == 6 ] ; then export PRODUCT_TYPE=$6 ; else export PRODUCT_TYPE="ComponentBin" ; fi -export PRODUCT="COMPONENT_3.0.0" +export PRODUCT="COMPONENT_3.1.0a2" export PRODUCT_DIR=${INSTALL_ROOT}/${PRODUCT} export PRODUCT_WORK=${INSTALL_WORK}/${PRODUCT} source ./common.sh