Commit 06451ae4 authored by unknown's avatar unknown

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

   command.

parents 7d6f4747 c32ebf3a
......@@ -329,7 +329,7 @@ $command= "make dist";
if ($opt_win_dist)
{
&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!");
}
......
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