From: maintenance team Date: Tue, 17 Jul 2007 12:04:43 +0000 (+0000) Subject: Small correction X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=94ba07ca82bece84d3ae194ecd59f00b55ed741d;p=tools%2Finstall.git Small correction --- diff --git a/config_files/YACS_BIN.sh b/config_files/YACS_BIN.sh index 731a38b..7517a24 100755 --- a/config_files/YACS_BIN.sh +++ b/config_files/YACS_BIN.sh @@ -38,6 +38,9 @@ fi cat > ${INSTALL_WORK}/env_${PRODUCT_TYPE}.sh < $l"_" + sed -e "s%-L[^[:space:]]*metis[^[:space:]]*%-L${metisdir}%g" $l > $l"_" mv -f $l"_" $l - # 3. process metis dependencies + # 3. process scotch dependencies scotchdir=`printenv SCOTCHDIR`/bin if [ ! -d ${scotchdir} ] ; then scotchdir=`printenv SCOTCHDIR`/bin ; fi sed -e "s%-L[^[:space:]]*scotch[^[:space:]]*/bin%-L${scotchdir}%g" $l > $l"_"