]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
Small correction for update CAS la files
authormaintenance team <salome-mnt@opencascade.com>
Fri, 23 May 2008 11:51:25 +0000 (11:51 +0000)
committermaintenance team <salome-mnt@opencascade.com>
Fri, 23 May 2008 11:51:25 +0000 (11:51 +0000)
config_files/CAS-6.2sp3.sh

index 94bdbd3f8527276d06e7a1e1d1bb60e831abb1b1..a98a9869f1f77cd9ff1a357c84805e4ac7f4beb9 100755 (executable)
@@ -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