Commit 8a686300 authored by Monty's avatar Monty

Fixed that mtr --extern works again

parent 9d036f84
......@@ -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");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment