From 1f0c83c187c362a559c81393742aa96d3f19a3d3 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 11 Oct 2006 15:32:32 +0200 Subject: [PATCH] Override "read-only" permissions when doing "make distcheck". Docs/Makefile.am: Override "read-only" permissions on "manual.chm". --- Docs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/Makefile.am b/Docs/Makefile.am index 40e987bb254..09291132e73 100644 --- a/Docs/Makefile.am +++ b/Docs/Makefile.am @@ -66,7 +66,7 @@ INSTALL-BINARY: mysql.info $(GT) # It is not in BitKeeper, but is downloaded from intranet by Bootstrap. dist-hook: if [ -e $(srcdir)/manual.chm ] ; then \ - cp $(srcdir)/manual.chm $(distdir); \ + cp -f $(srcdir)/manual.chm $(distdir); \ fi # Don't update the files from bitkeeper