diff options
author | Joerg Bruehe <joerg@mysql.com> | 2009-08-20 21:58:27 +0200 |
---|---|---|
committer | Joerg Bruehe <joerg@mysql.com> | 2009-08-20 21:58:27 +0200 |
commit | 8077b5c503394e28ad8bcd2ccdf6b6f29e86f8e2 (patch) | |
tree | 64e6ab11cbc38ec0e94e123225241d74d8795574 | |
parent | 3d4c5ed3587dc81d1e96c6584f84502cb0e7c7f2 (diff) | |
parent | 17561bf603bf5d9eb3af284aaacc308697f1205e (diff) | |
download | mariadb-git-8077b5c503394e28ad8bcd2ccdf6b6f29e86f8e2.tar.gz |
automerge the correction for bug#37098 into 5.1-build
-rw-r--r-- | man/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index f21034d5535..72e67f7445f 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -23,7 +23,7 @@ EXTRA_DIST = $(man1_MANS) $(man8_MANS) # "make_win_*" are not needed in Unix binary packages, install-data-hook: - rm -f $(DESTDIR)$(manlibdir)/man1/make_win_* + rm -f $(DESTDIR)$(mandir)/man1/make_win_* # Don't update the files from bitkeeper %::SCCS/s.% |