From c4c6c0b0bd986e7c40950e26812e46e1741e16ba Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 13 May 2011 11:00:31 +0000 Subject: [PATCH] Fix problems of 'make distcheck' --- doc/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/Makefile.am b/doc/Makefile.am index 59c0a822..fbd8b1f2 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -79,6 +79,7 @@ install-data-local: if test -d $$b"html"; then cp -rf $$b"html"/* $(DESTDIR)$(homarddocdir); fi; uninstall-local: + chmod -R +w $(DESTDIR)$(homarddocdir) rm -rf $(DESTDIR)$(homarddocdir)/* clean-local: -- 2.39.2