#At file:///MySQL/REPO/Vnext/next-bugfix/ based on revid:kostja@stripped
3128 Joerg Bruehe 2010-03-12 [merge]
Automerge the bug#49022 fix correction into next-mr-bugfixing.
modified:
plugin/Makefile.am
=== modified file 'plugin/Makefile.am'
--- a/plugin/Makefile.am 2010-03-10 09:48:43 +0000
+++ b/plugin/Makefile.am 2010-03-11 15:37:51 +0000
@@ -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.%
Attachment: [text/bzr-bundle] bzr/joerg@mysql.com-20100312095656-x3v43moatw2zdo1t.bundle
| Thread |
|---|
| • bzr commit into mysql-next-mr-bugfixing branch (joerg:3128) Bug#49022 | Joerg Bruehe | 12 Mar 2010 |