mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 15:25:33 +02:00
Automerge the bug#49022 fix correction into next-mr-bugfixing.
This commit is contained in:
commit
283188c939
1 changed files with 1 additions and 1 deletions
|
|
@ -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.%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue