diff options
author | joerg@trift2. <> | 2006-10-11 15:32:32 +0200 |
---|---|---|
committer | joerg@trift2. <> | 2006-10-11 15:32:32 +0200 |
commit | 2f0689e2541e98a65a84c9a03fb4736f88ffa28d (patch) | |
tree | 2fce0afe565a3a527c3165f0644b7a07f8823a66 /Docs | |
parent | 8e794f458bbe31ef04cfd7b7e433e8de7e6dd173 (diff) | |
download | mariadb-git-2f0689e2541e98a65a84c9a03fb4736f88ffa28d.tar.gz |
Override "read-only" permissions when doing "make distcheck".
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |