Commit 6e8426cc authored by lenz@mysql.com's avatar lenz@mysql.com

- we are already in $target_dir, no need to prepend it to the build

   command.
parents d7367dea c90df719
...@@ -329,7 +329,7 @@ $command= "make dist"; ...@@ -329,7 +329,7 @@ $command= "make dist";
if ($opt_win_dist) if ($opt_win_dist)
{ {
&logger ("Creating Windows source package"); &logger ("Creating Windows source package");
$command= "$target_dir/scripts/make_win_src_distribution"; $command= "./scripts/make_win_src_distribution";
&run_command($command, "make_win_src_distribution failed!"); &run_command($command, "make_win_src_distribution failed!");
} }
......
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