X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=config_files%2FCOMPONENT_SRC.sh;fp=config_files%2FCOMPONENT_SRC.sh;h=c1ceb86635492f3301adf2e9221b8111f64c5ded;hb=32d2fa76852104794187a7ba6f6bf62b3e87ac1b;hp=2239007a8fb141ac025e066f3eb75dd992e5be6a;hpb=736b78959d012e6152029a31345358a4ca4f3c0a;p=tools%2Finstall.git diff --git a/config_files/COMPONENT_SRC.sh b/config_files/COMPONENT_SRC.sh index 2239007..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.2.0a2" ]; 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.2.0a2.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.2.0a2" +export PRODUCT="COMPONENT_SRC_3.2.0b1" export PRODUCT_DIR=${INSTALL_ROOT}/${PRODUCT} export PRODUCT_WORK=${INSTALL_WORK}/${PRODUCT} source ./common.sh