From f9bc68f05097e6a4cb9c81dc53c3f46e215f1684 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 3 Mar 2008 22:45:23 +0000 Subject: correctly name function since it's outside of its module --- urpm/bug_report.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm/bug_report.pm') diff --git a/urpm/bug_report.pm b/urpm/bug_report.pm index d6aeb492..6e243252 100644 --- a/urpm/bug_report.pm +++ b/urpm/bug_report.pm @@ -30,7 +30,7 @@ sub write_urpmdb { foreach (@{$urpm->{media}}) { if (urpm::media::is_valid_medium($_)) { system('cp', urpm::media::any_synthesis($urpm, $_), - "$bug_report_dir/" . urpm::media::_synthesis($_)) == 0 or $urpm->{fatal}(1, "failed to copy $_->{name} synthesis"); + "$bug_report_dir/" . urpm::media::synthesis($_)) == 0 or $urpm->{fatal}(1, "failed to copy $_->{name} synthesis"); } } #- fake configuration written to convert virtual media on the fly. -- cgit v1.2.1