From: vsr Date: Tue, 25 Jan 2005 13:39:25 +0000 (+0000) Subject: Apply patch from Paul Rascle (correction of make procedure) X-Git-Tag: V2_2_0b2~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0fd599bbed29a9d13f3a74a9e4ed7428e22a49fe;p=modules%2Fgeom.git Apply patch from Paul Rascle (correction of make procedure) --- diff --git a/configure.in.base b/configure.in.base index 2057690b2..7e3acdc86 100644 --- a/configure.in.base +++ b/configure.in.base @@ -337,7 +337,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