summaryrefslogtreecommitdiffstats
path: root/mgaapplet_urpm.pm
diff options
context:
space:
mode:
Diffstat (limited to 'mgaapplet_urpm.pm')
-rw-r--r--mgaapplet_urpm.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/mgaapplet_urpm.pm b/mgaapplet_urpm.pm
index 0212e395..2496eb15 100644
--- a/mgaapplet_urpm.pm
+++ b/mgaapplet_urpm.pm
@@ -39,7 +39,7 @@ sub get_content {
my $file = $download_dir . basename($url);
unlink $file; # prevent "partial file" errors
- eval { urpm::download::sync($urpm, undef, [ $url ], quiet => 1, dir => $download_dir) };
+ eval { urpm::download::sync_rel($urpm, $url, quiet => 1, dir => $download_dir) };
#sync_url($urpm, $url, dir => $download_dir, quiet => 1) or return;
my @l = cat_($file);