diff options
Diffstat (limited to 'urpm')
-rw-r--r-- | urpm/media.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/urpm/media.pm b/urpm/media.pm index 43184e3c..3fe131cd 100644 --- a/urpm/media.pm +++ b/urpm/media.pm @@ -642,6 +642,7 @@ sub add_medium { $medium = { name => $name, url => $url, modified => 1, + downloader => $options{downloader}, update => $options{update}, ignore => $options{ignore}, synthesis => $options{synthesis}, |