mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
fix suite.pm for windows
This commit is contained in:
@ -8,7 +8,7 @@ if (-d '../sql') {
|
|||||||
my $src = "$::bindir/plugin/auth_pam/auth_pam_tool";
|
my $src = "$::bindir/plugin/auth_pam/auth_pam_tool";
|
||||||
my $dst = "$::plugindir/auth_pam_tool_dir/auth_pam_tool";
|
my $dst = "$::plugindir/auth_pam_tool_dir/auth_pam_tool";
|
||||||
::mkpath( "$::plugindir/auth_pam_tool_dir");
|
::mkpath( "$::plugindir/auth_pam_tool_dir");
|
||||||
symlink $src, $dst or ::copy $src, $dst;
|
eval { symlink $src, $dst } or ::copy $src, $dst;
|
||||||
}
|
}
|
||||||
|
|
||||||
sub cassandra_running() {
|
sub cassandra_running() {
|
||||||
|
Reference in New Issue
Block a user