diff options
author | Joerg Bruehe <joerg@mysql.com> | 2009-08-20 22:07:40 +0200 |
---|---|---|
committer | Joerg Bruehe <joerg@mysql.com> | 2009-08-20 22:07:40 +0200 |
commit | 3bed8a17595f4063f161892313a323e70689ae1d (patch) | |
tree | 2630bd44ac57181567b9ca02b32515e2823b70dd | |
parent | adaa961a3f235948cf38c7c4ce4ab59d0c22f427 (diff) | |
parent | 73f45113946a697188c7681c885e567d8f679782 (diff) | |
download | mariadb-git-3bed8a17595f4063f161892313a323e70689ae1d.tar.gz |
Merge the correction for the bug#37098 fix into 5.0-build
-rw-r--r-- | man/Makefile.am | 4 |
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.% |