summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bruehe <joerg@mysql.com>2009-08-20 22:07:40 +0200
committerJoerg Bruehe <joerg@mysql.com>2009-08-20 22:07:40 +0200
commit36819e3ad8a090de073f59b463c72bc5570eb039 (patch)
tree2630bd44ac57181567b9ca02b32515e2823b70dd
parent5a8ca1637b997e39aa348de9efa525eac5f7a787 (diff)
parentbc9d3808e0dc55f479ebf74754c5c848893914ea (diff)
downloadmariadb-git-36819e3ad8a090de073f59b463c72bc5570eb039.tar.gz
Merge the correction for the bug#37098 fix into 5.0-build
-rw-r--r--man/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index d37ef81285b..7fdfc297f96 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -24,8 +24,8 @@ EXTRA_DIST = $(man1_MANS) $(man8_MANS)
# 1) not needed in Unix binary packages,
# 2) programs not generated in 5.0:
install-data-hook:
- rm -f $(DESTDIR)$(manlibdir)/man1/make_win_*
- rm -f $(DESTDIR)$(manlibdir)/man1/ndb_print_*
+ rm -f $(DESTDIR)$(mandir)/man1/make_win_*
+ rm -f $(DESTDIR)$(mandir)/man1/ndb_print_*
# Don't update the files from bitkeeper
%::SCCS/s.%