From: rahuel Date: Thu, 9 Feb 2006 14:55:12 +0000 (+0000) Subject: for installation in appliskel : cp with f option X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=610ffb0cba3667ee827e09c50cd2a888215a6d8a;p=modules%2Fkernel.git for installation in appliskel : cp with f option --- diff --git a/Makefile.in b/Makefile.in index 42dedf940..5325c3a4b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -116,7 +116,7 @@ install-include: $(include_list) install-appliskel: $(INSTALL) -d $(bindir) if test -d $(top_builddir)/bin/salome/appliskel; then \ - cp -rp $(top_builddir)/bin/salome/appliskel $(bindir); \ + cp -rpf $(top_builddir)/bin/salome/appliskel $(bindir); \ fi; install-bin: $(BIN_SCRIPT)