From: inv Date: Thu, 10 Nov 2011 12:38:03 +0000 (+0000) Subject: Update X-Git-Tag: V6_4_0~25 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b1d7805ca9357a240f3471895a1ac44e578d7ba6;p=tools%2Finstall.git Update --- diff --git a/config_files/OCCT-6.5.2.sh b/config_files/OCCT-6.5.2.sh index 3c352d8..629fcd1 100755 --- a/config_files/OCCT-6.5.2.sh +++ b/config_files/OCCT-6.5.2.sh @@ -98,7 +98,7 @@ cd ${PRODUCT_SRC_DIR} echo " +++++++++++ configure" -is_mandriva2007=0 +is_mandriva2010=0 is_mandriva2008=0 is_debian40=0 is_debian50=0 @@ -111,7 +111,7 @@ fi if [ -e /etc/issue ] ; then grep -e "Mandriva Linux release 2010.0" /etc/issue > /dev/null - if [ $? == 0 ] ; then is_mandriva2007=1 ; fi + if [ $? == 0 ] ; then is_mandriva2010=1 ; fi fi if [ -e /etc/issue ] ; then @@ -177,7 +177,7 @@ flags="$flags --disable-debug --enable-production" export CASROOT=${PRODUCT_SRC_DIR} -./build_configure +check_job ${PRODUCT_DIR}/BUILDCONFIGURE.LOG ./build_configure echo "`pwd` -> ./configure --prefix=${PRODUCT_DIR} $flags >> ${PRODUCT_DIR}/CONFIGURE.LOG" check_job ./configure --prefix=${PRODUCT_DIR} $flags >> ${PRODUCT_DIR}/CONFIGURE.LOG 2> ${INSTALL_WORK}/errlog