List:Commits« Previous MessageNext Message »
From:Joerg Bruehe Date:March 11 2010 3:39pm
Subject:bzr commit into mysql-trunk branch (joerg:3119) Bug#49022
View as plain text  
#At file:///MySQL/REPO/V55/bug49022-5.5/ based on revid:joerg@stripped

 3119 Joerg Bruehe	2010-03-11
      Fix for the bug#49022 patch, detected by further testing.

    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-20100311153751-upfwbbuz1990q3bf.bundle
Thread
bzr commit into mysql-trunk branch (joerg:3119) Bug#49022Joerg Bruehe11 Mar