From: maintenance team Date: Fri, 23 May 2008 11:51:25 +0000 (+0000) Subject: Small correction for update CAS la files X-Git-Tag: V_3_2_10~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=44f3c68595f51609d8cc370aae492ed16e446054;p=tools%2Finstall.git Small correction for update CAS la files --- diff --git a/config_files/CAS-6.2sp3.sh b/config_files/CAS-6.2sp3.sh index 94bdbd3..a98a986 100755 --- a/config_files/CAS-6.2sp3.sh +++ b/config_files/CAS-6.2sp3.sh @@ -1,4 +1,4 @@ -#!/bin/bash -noprofile + #!/bin/bash -noprofile #################################################################################### # File : CAS-6.2sp3.sh @@ -178,7 +178,7 @@ if [ "$gllibdir" != "" ] ; then fi sed -e "s%-lGL%%g" \ -e "s%[^[:space:]]*libGL.la[[:space:]]%%g" \ - -e "s%^dependency_libs='\(.*\)%dependency_libs='${str_to_replace} \1%" \ + -e "s%^dependency_libs='\(.*\)%dependency_libs=' ${str_to_replace}\1%" \ libTKOpenGl.la > libTKOpenGl.la.new mv -f libTKOpenGl.la.new libTKOpenGl.la fi