From 2f0689e2541e98a65a84c9a03fb4736f88ffa28d Mon Sep 17 00:00:00 2001 From: "joerg@trift2." <> Date: Wed, 11 Oct 2006 15:32:32 +0200 Subject: [PATCH] Override "read-only" permissions when doing "make distcheck". --- 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