From 16fffd18d0411bdf566d56b83cd647f4cfd05546 Mon Sep 17 00:00:00 2001 From: akl Date: Tue, 27 May 2008 12:29:29 +0000 Subject: [PATCH] Remove obsolete workaround. --- config_files/common.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.2