diff options
author | Joerg Bruehe <joerg@mysql.com> | 2010-03-12 10:56:56 +0100 |
---|---|---|
committer | Joerg Bruehe <joerg@mysql.com> | 2010-03-12 10:56:56 +0100 |
commit | 283188c9391cdff9054f757ffcba46c0d4800e94 (patch) | |
tree | 5e7b01353ecf39a919b1a1a25dde8ad4cf2bee4b /plugin | |
parent | 42b7812898540b06f2705ab6533289f5503e9687 (diff) | |
parent | 1f9235f04b72b9a70bdd7f3833b50422a8913782 (diff) | |
download | mariadb-git-283188c9391cdff9054f757ffcba46c0d4800e94.tar.gz |
Automerge the bug#49022 fix correction into next-mr-bugfixing.
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/Makefile.am b/plugin/Makefile.am index bddd0c929fc..30ccd1236dd 100644 --- a/plugin/Makefile.am +++ b/plugin/Makefile.am @@ -27,7 +27,7 @@ DIST_SUBDIRS = @mysql_pg_distdirs@ # As of 5.5.3-m3, we want to include the plugin files of a debug build in the package install-exec-hook: $(mkinstalldirs) $(DESTDIR)$(pkglibdir) $(DESTDIR)$(pkglibdir)/plugin - test ! -d debug || $(TAR) cf - debug | ( cd $(DESTDIR)$(pkglibdir) && $(TAR) xvf - ) + test ! -d debug || $(TAR) cf - debug | ( cd $(DESTDIR)$(pkglibdir)/plugin && $(TAR) xvf - ) # Don't update the files from bitkeeper %::SCCS/s.% |