mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
Bootstrap:
Corrections to Bootstrap for --win-dist
This commit is contained in:
parent
e0ce94a446
commit
d7367dea43
2 changed files with 2 additions and 1 deletions
|
@ -22,6 +22,7 @@ gluh@gluh.mysql.r18.ru
|
|||
greg@gcw.ath.cx
|
||||
greg@mysql.com
|
||||
guilhem@mysql.com
|
||||
gweir@build.mysql.com
|
||||
gweir@work.mysql.com
|
||||
heikki@donna.mysql.fi
|
||||
heikki@hundin.mysql.fi
|
||||
|
|
|
@ -329,7 +329,7 @@ $command= "make dist";
|
|||
if ($opt_win_dist)
|
||||
{
|
||||
&logger ("Creating Windows source package");
|
||||
$command= "./scripts/make_win_src_distibution";
|
||||
$command= "$target_dir/scripts/make_win_src_distribution";
|
||||
&run_command($command, "make_win_src_distribution failed!");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue