aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Iurt/Urpmi.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Iurt/Urpmi.pm')
-rw-r--r--lib/Iurt/Urpmi.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Iurt/Urpmi.pm b/lib/Iurt/Urpmi.pm
index 67e5730..64be2ea 100644
--- a/lib/Iurt/Urpmi.pm
+++ b/lib/Iurt/Urpmi.pm
@@ -295,7 +295,7 @@ sub get_build_requires {
plog("get_build_requires");
my (undef, $chroot_tmp) = create_temp_chroot($run, $config, $run->{chroot_tmp}, $run->{chroot_tar}) or return;
- add_local_user($chroot_tmp, $run, $config, $luser, $run->{uid}) or return;
+ add_local_user($chroot_tmp, $config, $luser, $run->{uid}) or return;
my $urpm = URPM->new;
foreach my $p (@{$run->{todo}}) {