List:Commits« Previous MessageNext Message »
From:Joerg Bruehe Date:March 12 2010 11:10am
Subject:bzr commit into mysql-6.0-codebase-bugfixing branch (joerg:3817)
View as plain text  
#At file:///MySQL/REPO/V60/push-6.0/ based on revid:kostja@stripped

 3817 Joerg Bruehe	2010-03-12 [merge]
      Merge into 6.0-codebase-bugfixing, conflict easily solved.

    modified:
      plugin/Makefile.am
=== modified file 'plugin/Makefile.am'
--- a/plugin/Makefile.am	2010-03-10 13:31:06 +0000
+++ b/plugin/Makefile.am	2010-03-12 10:08:17 +0000
@@ -27,4 +27,4 @@ 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 - )


Attachment: [text/bzr-bundle] bzr/joerg@mysql.com-20100312100817-ywp2aepldnxesnd6.bundle
Thread
bzr commit into mysql-6.0-codebase-bugfixing branch (joerg:3817)Joerg Bruehe12 Mar 2010