From 4df7583caa71a35d6d68c373fc0c62d1be6d955b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 24 Apr 2007 19:34:32 +0000 Subject: re-sync after the big svn loss --- urpm/bug_report.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'urpm/bug_report.pm') diff --git a/urpm/bug_report.pm b/urpm/bug_report.pm index eb1258a4..f4265870 100644 --- a/urpm/bug_report.pm +++ b/urpm/bug_report.pm @@ -30,10 +30,9 @@ sub write_urpmdb { require URPM::Build; foreach (@{$urpm->{media}}) { #- take care of virtual medium this way. - $_->{hdlist} ||= "hdlist.$_->{name}.cz"; #- now build directly synthesis file, this is by far the simplest method. if (urpm::media::is_valid_medium($_)) { - $urpm->build_synthesis(start => $_->{start}, end => $_->{end}, synthesis => "$bug_report_dir/synthesis.$_->{hdlist}"); + $urpm->build_synthesis(start => $_->{start}, end => $_->{end}, synthesis => "$bug_report_dir/synthesis." . urpm::media::_hdlist($_)); $urpm->{log}(N("built hdlist synthesis file for medium \"%s\"", $_->{name})); } } -- cgit v1.2.1