X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=config_files%2FCOMPONENT_SRC.sh;h=c1ceb86635492f3301adf2e9221b8111f64c5ded;hb=3fc3493387b534f9e0c536de985ac0af3413ae7a;hp=e45ce68f1184eeadeb543bd378c90f9686925fc2;hpb=1a68c73e1396a53237d6ee1bd63b674ae9ca8249;p=tools%2Finstall.git diff --git a/config_files/COMPONENT_SRC.sh b/config_files/COMPONENT_SRC.sh index e45ce68..c1ceb86 100755 --- a/config_files/COMPONENT_SRC.sh +++ b/config_files/COMPONENT_SRC.sh @@ -5,7 +5,7 @@ if [ -n "${COMPONENT_SRC_DIR}" ]; then check_lib_version VERSION ${COMPONENT_SRC_DIR}/bin if [ "$?" -eq "0" ]; then ver=`cat ${COMPONENT_SRC_DIR}/bin/VERSION | awk -F: '{print $2}' | tr -d '[:space:]' ` - if [ "$ver" = "3.1.0" ]; then + if [ "$ver" = "3.2.0b1" ]; then return 0 fi fi @@ -48,7 +48,7 @@ install_source() make_env ${INSTALL_ROOT} ${INSTALL_WORK} "${PRODUCT_SEQUENCE}" ${PRODUCT_TYPE} source ${INSTALL_WORK}/$SHRC -check_jb tar xfz ${SOURCE_DIR}/COMPONENTsourcesV3.1.0.tar.gz -C ${INSTALL_ROOT} +check_jb tar xfz ${SOURCE_DIR}/COMPONENTsourcesV3.2.0b1.tar.gz -C ${INSTALL_ROOT} print_env } @@ -64,7 +64,7 @@ export SOURCE_DIR=$3; export INSTALL_ROOT=$4; export PRODUCT_SEQUENCE=$5; if [ $# == 6 ] ; then export PRODUCT_TYPE=$6 ; else export PRODUCT_TYPE="ComponentSrc" ; fi -export PRODUCT="COMPONENT_SRC_3.1.0" +export PRODUCT="COMPONENT_SRC_3.2.0b1" export PRODUCT_DIR=${INSTALL_ROOT}/${PRODUCT} export PRODUCT_WORK=${INSTALL_WORK}/${PRODUCT} source ./common.sh