summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorunknown <joerg@trift2.>2006-10-11 15:32:32 +0200
committerunknown <joerg@trift2.>2006-10-11 15:32:32 +0200
commit1f0c83c187c362a559c81393742aa96d3f19a3d3 (patch)
tree2fce0afe565a3a527c3165f0644b7a07f8823a66 /Docs
parent6b3953286d86d52244dcf41bfc10a8eb52de7963 (diff)
downloadmariadb-git-1f0c83c187c362a559c81393742aa96d3f19a3d3.tar.gz
Override "read-only" permissions when doing "make distcheck".
Docs/Makefile.am: Override "read-only" permissions on "manual.chm".
Diffstat (limited to 'Docs')
-rw-r--r--Docs/Makefile.am2
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