Salome HOME
Apply patch from Paul Rascle (correction of make procedure)
authorvsr <vsr@opencascade.com>
Tue, 25 Jan 2005 13:44:44 +0000 (13:44 +0000)
committervsr <vsr@opencascade.com>
Tue, 25 Jan 2005 13:44:44 +0000 (13:44 +0000)
configure.in.base

index cd12271f379a970e58c5631f7d79713f5a1496cb..36f855e58e995876496e80f81360c40963141fe7 100644 (file)
@@ -351,7 +351,7 @@ do
   case "$local_bin" in
         *.in | *~)                    ;;
         ./bin/CVS | ./bin/salome)                    ;;
-        *) /usr/bin/install -C $i .; echo $local_bin ;;
+        *) /usr/bin/install $i .; echo $local_bin ;;
   esac
 done
 cd $ROOT_BUILDDIR