From 902062888801680200d9d80874f2de79ccd7ba24 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 7 Mar 2006 11:14:57 +0000 Subject: prefer synthesis over full hdlists --- mdkupdate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- cgit v1.2.1