summaryrefslogtreecommitdiff
path: root/plugin/Makefile.am
diff options
context:
space:
mode:
authorJoerg Bruehe <joerg@mysql.com>2010-03-11 16:37:51 +0100
committerJoerg Bruehe <joerg@mysql.com>2010-03-11 16:37:51 +0100
commitf59c7267f2dd46c935d9f40657435151f99fb2c8 (patch)
tree56871449f81556fac4b525bd9a036b3872dde285 /plugin/Makefile.am
parent3139b904948e72f9d7a6ed5849c8aeadc0d8c7fa (diff)
downloadmariadb-git-f59c7267f2dd46c935d9f40657435151f99fb2c8.tar.gz
Fix for the bug#49022 patch, detected by further testing.
Diffstat (limited to 'plugin/Makefile.am')
-rw-r--r--plugin/Makefile.am2
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.%