Skip to content
Snippets Groups Projects
Commit 54c6bee4 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

cp -f

parent 00daa3f4
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.347 2004-06-01 00:48:53 geuzaine Exp $ # $Id: Makefile,v 1.348 2004-06-01 00:50:26 geuzaine Exp $
# #
# Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle # Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
# #
...@@ -49,10 +49,10 @@ link: variables ...@@ -49,10 +49,10 @@ link: variables
install: variables install: variables
mkdir -p ${bindir} mkdir -p ${bindir}
cp bin/gmsh${EXEEXT} ${bindir} cp -f bin/gmsh${EXEEXT} ${bindir}
chmod 755 ${bindir}/gmsh${EXEEXT} chmod 755 ${bindir}/gmsh${EXEEXT}
mkdir -p ${mandir}/man1 mkdir -p ${mandir}/man1
cp doc/gmsh.1 ${mandir}/man1 cp -f doc/gmsh.1 ${mandir}/man1
install-mac: variables package-mac install-mac: variables package-mac
cp -rf gmsh-${GMSH_VERSION}/Gmsh.app /Applications cp -rf gmsh-${GMSH_VERSION}/Gmsh.app /Applications
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment