summaryrefslogtreecommitdiffstats
path: root/mdkupdate
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2006-03-07 11:14:57 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2006-03-07 11:14:57 +0000
commit902062888801680200d9d80874f2de79ccd7ba24 (patch)
tree37382d0f27d86519179470c818cdc7d9490b388d /mdkupdate
parent3e30c4e937a416dc589eb45889918613540cc90f (diff)
downloadmgaonline-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-xmdkupdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkupdate b/mdkupdate
index df13e04e..54c20549 100755
--- a/mdkupdate
+++ b/mdkupdate
@@ -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),