1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Fixed that mtr --extern works again

This commit is contained in:
Monty
2020-01-06 11:33:57 +02:00
parent 9d036f840a
commit 8a6863002c

View File

@ -4,7 +4,7 @@ use My::Platform;
@ISA = qw(My::Suite);
if (-d '../sql') {
if (-d '../sql' && !&::using_extern()) {
my $src = "$::bindir/plugin/auth_pam/auth_pam_tool";
my $dst = "$::plugindir/auth_pam_tool_dir/auth_pam_tool";
::mkpath( "$::plugindir/auth_pam_tool_dir");