diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2006-03-07 11:14:57 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2006-03-07 11:14:57 +0000 |
commit | 902062888801680200d9d80874f2de79ccd7ba24 (patch) | |
tree | 37382d0f27d86519179470c818cdc7d9490b388d /mdkupdate | |
parent | 3e30c4e937a416dc589eb45889918613540cc90f (diff) | |
download | mgaonline-902062888801680200d9d80874f2de79ccd7ba24.tar mgaonline-902062888801680200d9d80874f2de79ccd7ba24.tar.gz mgaonline-902062888801680200d9d80874f2de79ccd7ba24.tar.bz2 mgaonline-902062888801680200d9d80874f2de79ccd7ba24.tar.xz mgaonline-902062888801680200d9d80874f2de79ccd7ba24.zip |
prefer synthesis over full hdlists
Diffstat (limited to 'mdkupdate')
-rwxr-xr-x | mdkupdate | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -153,7 +153,7 @@ You need to update to a newer version. You can get a new one from http://start.m my $w = $in->wait_message(N("Please wait"), N("Preparing...")); my ($mirrors, $bundle) = ($bundle_info->{data}{mirrors}, $bundle_info->{data}{bundle}); my %mirrors = map { split(';', $_, 2) } @$mirrors; - add_media($_, $mirrors{$_}, 'media_info/hdlist.cz', '') foreach keys %mirrors; + add_media($_, $mirrors{$_}, 'media_info/synthesis.hdlist.cz', '') foreach keys %mirrors; $bundle =~ s/-[^-]*-[^-]*\.[^.]*\.rpm$//; push @bundles, $bundle; install_pkgs($in, \@bundles, (find { /^bundle/ } keys %mirrors), |