From: akl Date: Tue, 27 May 2008 12:29:29 +0000 (+0000) Subject: Remove obsolete workaround. X-Git-Tag: V4_1_3~9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=16fffd18d0411bdf566d56b83cd647f4cfd05546;p=tools%2Finstall.git Remove obsolete workaround. --- diff --git a/config_files/common.sh b/config_files/common.sh index 437d152..e996ab7 100755 --- a/config_files/common.sh +++ b/config_files/common.sh @@ -672,10 +672,10 @@ if [ "$l" != "X" ] ; then sed -e "s%[[:space:]]\(-L\)\?[^[:space:]]*${mod}[^[:space:]/]*/lib% \1${moddir}/lib%g" \ -e "s%^libdir='[^[:space:]]*${mod}[^[:space:]]*/\(lib.*\)'%libdir='${moddir}/\1'%g" $l > $l"_" mv -f $l"_" $l - for mod1 in $SALOME_MODULES; do - sed -e "s%[[:space:]]\(-L\)\?[^[:space:]]*${mod1}[^[:space:]]*/${mod1}_build%%g" $l > $l"_" - mv -f $l"_" $l - done +# for mod1 in $SALOME_MODULES; do +# sed -e "s%[[:space:]]\(-L\)\?[^[:space:]]*${mod1}[^[:space:]]*/${mod1}_build%%g" $l > $l"_" +# mv -f $l"_" $l +# done fi done