aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xulri2
1 files changed, 1 insertions, 1 deletions
diff --git a/ulri b/ulri
index b7edc54..bd544b2 100755
--- a/ulri
+++ b/ulri
@@ -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;