From 0bd82234b1d3999c7db1caa7c3b8db801398423a Mon Sep 17 00:00:00 2001 From: eap Date: Thu, 3 Mar 2011 10:55:51 +0000 Subject: [PATCH] 0021196: [CEA 456] Integration and merge modification for debian packages fix error at installation --- doc/salome/gui/VISU/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/salome/gui/VISU/Makefile.am b/doc/salome/gui/VISU/Makefile.am index bdaabc24..4c711665 100644 --- a/doc/salome/gui/VISU/Makefile.am +++ b/doc/salome/gui/VISU/Makefile.am @@ -52,7 +52,7 @@ clean-local: install-data-local: @if [ -e main.html ]; then \ $(INSTALL) -d $(DESTDIR)$(docdir)/gui/VISU; \ - @for filen in `find . -maxdepth 1` ; do \ + for filen in `find . -maxdepth 1` ; do \ case $${filen} in \ ./Makefile* | ./doxyfile* ) ;; \ . | .. | ./static ) ;; \ -- 2.39.2