From 709f7191d5c3235c24932f445e35ff3c6ab1e83d Mon Sep 17 00:00:00 2001 From: inv Date: Mon, 15 Apr 2013 07:37:07 +0000 Subject: [PATCH] Fix make ditcheck problem --- doc/salome/tui/Makefile.am | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/salome/tui/Makefile.am b/doc/salome/tui/Makefile.am index 3c03fa9..060041d 100644 --- a/doc/salome/tui/Makefile.am +++ b/doc/salome/tui/Makefile.am @@ -42,4 +42,11 @@ install-data-local: fi; uninstall-local: - rm -rf $(DESTDIR)$(docdir)/tui/PYCALCULATOR + @test -d $(DESTDIR)$(tuidocdir) && chmod -R +w $(DESTDIR)$(tuidocdir) ; \ + for filen in `find $(DESTDIR)$(tuidocdir) -mindepth 1 -maxdepth 1` dummy ; do \ + case $${filen} in \ + dummy ) ;; \ + $(DESTDIR)$(tuidocdir)/head.png ) ;; \ + * ) echo "removing $${filen}" && rm -rf $${filen} ;; \ + esac ; \ + done -- 2.39.2