diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-01-30 16:31:26 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-01-30 16:31:26 +0000 |
commit | 973767032f41458c0a0467d9b31852b8d108fb14 (patch) | |
tree | 45fc752c9c141b7a08d7fcca4cba7d013845dbce /urpmf | |
parent | aa3c545cd496fd0a14c5aaa55dbb821adc8d3e86 (diff) | |
download | urpmi-973767032f41458c0a0467d9b31852b8d108fb14.tar urpmi-973767032f41458c0a0467d9b31852b8d108fb14.tar.gz urpmi-973767032f41458c0a0467d9b31852b8d108fb14.tar.bz2 urpmi-973767032f41458c0a0467d9b31852b8d108fb14.tar.xz urpmi-973767032f41458c0a0467d9b31852b8d108fb14.zip |
- urpmf:
o fix --synthesis
Diffstat (limited to 'urpmf')
-rwxr-xr-x | urpmf | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -141,7 +141,6 @@ our $pattern = ''; # regexp match flags ("i" or "") our $qf = '%default'; # format string our $separator = ':'; # default field separator our $sortmedia = ''; -our $synthesis = ''; our $uniq = ''; # --uniq our $update = 0; # --update @@ -273,7 +272,7 @@ urpm::media::configure($urpm, media => $media, excludemedia => $excludemedia, sortmedia => $sortmedia, - synthesis => $synthesis, + synthesis => $options{synthesis}, usedistrib => $urpm::args::options{usedistrib}, update => $update, @needed_xml_info && $needed_media_info{synthesis} && !$needed_media_info{hdlist} ? |