diff options
Diffstat (limited to 'urpm/bug_report.pm')
-rw-r--r-- | urpm/bug_report.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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. |