Apply patch from Paul Rascle (correction of make procedure)

This commit is contained in:
vsr 2005-01-25 13:39:25 +00:00
parent 61b4585452
commit 0fd599bbed

View File

@ -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