From 6bbc19756488738dc851604986afde258e38cb05 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Tue, 4 Oct 2016 00:22:34 +0100 Subject: Fix call to build_package --- ulri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.1