From 6fcf2a8c820f169399a35786180953ecea89e6d3 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 24 Mar 2012 15:37:08 +0000 Subject: (create_temp_chroot) kill unused arg --- iurt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iurt2') diff --git a/iurt2 b/iurt2 index 1ffac29..ba994e2 100755 --- a/iurt2 +++ b/iurt2 @@ -834,7 +834,7 @@ retry: if (!$run{use_old_chroot}) { $chroot_tmp = create_temp_chroot(\%run, $config, - $cache, $chroot_tmp, $chroot_tar, $srpm) or next; + $cache, $chroot_tmp, $chroot_tar) or next; } if (!$urpmi->urpmi_command($chroot_tmp, $luser)) { -- cgit v1.2.1