From 05442e9fca907befe4f65fc104bf3aa5f141b38b Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 5 Oct 2004 08:17:26 +0000 Subject: Use new 10.1 updates mirror structure --- mdkupdate | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mdkupdate b/mdkupdate index c17cbc1b..f9fafb6c 100755 --- a/mdkupdate +++ b/mdkupdate @@ -159,10 +159,10 @@ sub update_conf { sub add_media { my $mirror = shift; my ($r) = mdkonline::get_release(); - my $fullpath2mir = "ftp://" . $mirror . "/$r" . "/RPMS" . "/"; + my $fullpath2mir = "ftp://" . $mirror . "/$r" . "/main_updates" . "/"; eval { system "/usr/sbin/urpmi.removemedia", "mdkupdate"; - system "/usr/sbin/urpmi.addmedia", "--update", "mdkupdate", $fullpath2mir, "with", "../base/synthesis.hdlist.cz"; + system "/usr/sbin/urpmi.addmedia", "--update", "mdkupdate", $fullpath2mir, "with", "media_info/synthesis.hdlist.cz"; }; $@ and die "Problem adding Update Media with urpmi"; } -- cgit v1.2.1