summaryrefslogtreecommitdiffstats
path: root/urpm/bug_report.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-03-03 22:45:23 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-03-03 22:45:23 +0000
commitf9bc68f05097e6a4cb9c81dc53c3f46e215f1684 (patch)
tree8ad6e6ebeae9eec5da55a5a4f74c378ac63cc880 /urpm/bug_report.pm
parent87ccf7438dc42b7f611ecabfaf36ddfe29e345da (diff)
downloadurpmi-f9bc68f05097e6a4cb9c81dc53c3f46e215f1684.tar
urpmi-f9bc68f05097e6a4cb9c81dc53c3f46e215f1684.tar.gz
urpmi-f9bc68f05097e6a4cb9c81dc53c3f46e215f1684.tar.bz2
urpmi-f9bc68f05097e6a4cb9c81dc53c3f46e215f1684.tar.xz
urpmi-f9bc68f05097e6a4cb9c81dc53c3f46e215f1684.zip
correctly name function since it's outside of its module
Diffstat (limited to 'urpm/bug_report.pm')
-rw-r--r--urpm/bug_report.pm2
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.