From 5d4a0bc53d25ffa69b7ed639bf06de58be617174 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Tue, 19 Jan 2010 17:28:44 +0000 Subject: Missing buildrequires is for the maintainer too --- lib/Iurt/Urpmi.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Iurt') diff --git a/lib/Iurt/Urpmi.pm b/lib/Iurt/Urpmi.pm index e460b59..34e7ae5 100644 --- a/lib/Iurt/Urpmi.pm +++ b/lib/Iurt/Urpmi.pm @@ -511,7 +511,7 @@ sub install_packages { plog('FAIL', "missing dep: $missing_deps ($other_maint) missing_package $missing_package ($first_maint)"); $run->{status}{$title} = 'missing_dep'; - $opt->{mail} = $config->{admin}; + $opt->{mail} = $maintainer || $config->{admin}; # remember what is needed, and do not try to # recompile until it is available -- cgit v1.2.1