]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
PR: Bug 12159 (reinstall in red only mode)
authorprascle <prascle>
Fri, 19 May 2006 07:21:40 +0000 (07:21 +0000)
committerprascle <prascle>
Fri, 19 May 2006 07:21:40 +0000 (07:21 +0000)
bin/Makefile.am

index 0cda9d856261c9de99614cfd87ffc080e19717ab..aba6aecd10b878d4356d3d20c2911b35d6ad69dc 100644 (file)
@@ -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 {} \;