From: prascle Date: Fri, 19 May 2006 07:21:40 +0000 (+0000) Subject: PR: Bug 12159 (reinstall in red only mode) X-Git-Tag: V3_2_0rc~21 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=28b65a1cdd12cccb3adf789b3a0fe1af1209ad76;p=modules%2Fkernel.git PR: Bug 12159 (reinstall in red only mode) --- diff --git a/bin/Makefile.am b/bin/Makefile.am index 0cda9d856..aba6aecd1 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -55,6 +55,7 @@ clean-local: # This is an ugly target to avoid exploring the appliskel subdirectory. install-exec-local: $(INSTALL) -d $(salomescriptdir) + $(RM) -rf $(salomescriptdir)/appliskel 1> /dev/null 2>&1 cp -r $(srcdir)/appliskel $(salomescriptdir) find $(salomescriptdir) -name CVS -prune -exec rm -rf {} \;