diff options
-rwxr-xr-x | ulri | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -517,7 +517,7 @@ foreach my $prefix (sort keys %pkg_tree) { hosts: foreach my $host (keys %{$config->{bot}{$arch}}) { foreach my $bot (keys %{$config->{bot}{$arch}{$host}}) { next if $run{bot}{$host}{$bot}; - my $pid = build_package($config, \%pkg_tree, $path, $prefix, $host, $arch, $bot); + my $pid = build_package($config, \%pkg_tree, $media, $prefix, $host, $arch, $bot); if ($pid) { # Register that the package is building $run{bot}{$host}{$bot} = $prefix; |