Bootstrap:

Corrections to Bootstrap for --win-dist
This commit is contained in:
gweir@build.mysql.com 2003-08-13 02:13:45 +02:00
parent e0ce94a446
commit d7367dea43
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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!");
}