From e37d5edd58ea7d707683d019ca3ae85d14c6bb6c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 1 Mar 2006 15:36:22 +0000 Subject: switch to new temporary debug server --- mdkupdate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdkupdate') diff --git a/mdkupdate b/mdkupdate index 8832cdea..1446f12f 100755 --- a/mdkupdate +++ b/mdkupdate @@ -226,7 +226,7 @@ sub add_media { my ($media_name, $mirror, $hdlist, $option) = @_; eval { system "/usr/sbin/urpmi.removemedia", $media_name; - system "/usr/sbin/urpmi.addmedia", $option, $media_name, $mirror, "with", $hdlist; + system "/usr/sbin/gurpmi.addmedia", $option, $media_name, $mirror, "with", $hdlist; }; $@ and die "Problem adding bundle media with urpmi"; } -- cgit v1.2.1