From 6cc4b048525183a361db9b70cd05d33ae6a55b83 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 13 Mar 2006 12:09:29 +0000 Subject: (install_pkgs) use urpmi instead of gurpmi because we sometimes got an X error --- mdkupdate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdkupdate b/mdkupdate index 83e73fbb..b7268f1b 100755 --- a/mdkupdate +++ b/mdkupdate @@ -225,7 +225,7 @@ sub install_pkgs { if (!$o_options->{is_bundle}) { system "/usr/sbin/urpmi", "--auto", "--media", $media_name, @$choosed; } else { - system "/usr/bin/gurpmi", '--auto', if_($o_options->{auto_select}, "--auto-select"), + system "/usr/bin/urpmi", '--auto', if_($o_options->{auto_select}, "--auto-select"), if_($o_options->{medias}, "--media", join(',', @{$o_options->{medias}})), "--searchmedia", $media_name, @$choosed; } -- cgit v1.2.1