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 | 1d7f8578d3993e33eae55f153669169b17b25de4 (patch) | |
tree | 5e7b01353ecf39a919b1a1a25dde8ad4cf2bee4b /plugin | |
parent | ea70b6a20a7fe27bdfe5ed0a828cdddf72b8a5d2 (diff) | |
parent | f59c7267f2dd46c935d9f40657435151f99fb2c8 (diff) | |
download | mariadb-git-1d7f8578d3993e33eae55f153669169b17b25de4.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.% |