diff options
author | Joerg Bruehe <joerg@mysql.com> | 2009-08-20 21:41:12 +0200 |
---|---|---|
committer | Joerg Bruehe <joerg@mysql.com> | 2009-08-20 21:41:12 +0200 |
commit | d2d5cdc45e48a5973b4bd373dc4690f25a2ef6ca (patch) | |
tree | 4367d39184e99513cc17922fa26e4dabbe55efdb /man | |
parent | cb0df3eed75d1b7e1e5ccdcbfc77cd237906e986 (diff) | |
parent | 55f7c2f35f35fb7e47bb24fc6f2962ed2178231e (diff) | |
download | mariadb-git-d2d5cdc45e48a5973b4bd373dc4690f25a2ef6ca.tar.gz |
Merge the correction to the bug#37098 fix from 5.0 to 5.1.
Diffstat (limited to 'man')
-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.% |