summaryrefslogtreecommitdiffstats
path: root/mdkupdate
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2006-03-14 12:18:52 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2006-03-14 12:18:52 +0000
commit2668d72390388c569ce1ed817fa50c8bb60b8f84 (patch)
tree11c5dac91069d0903126b80322b93787b6b48229 /mdkupdate
parent9ad8fadff607b7b15c73eeec3dd8949c54f04656 (diff)
downloadmgaonline-2668d72390388c569ce1ed817fa50c8bb60b8f84.tar
mgaonline-2668d72390388c569ce1ed817fa50c8bb60b8f84.tar.gz
mgaonline-2668d72390388c569ce1ed817fa50c8bb60b8f84.tar.bz2
mgaonline-2668d72390388c569ce1ed817fa50c8bb60b8f84.tar.xz
mgaonline-2668d72390388c569ce1ed817fa50c8bb60b8f84.zip
(install_pkgs) really use gurpmi for bundle
Diffstat (limited to 'mdkupdate')
-rwxr-xr-xmdkupdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkupdate b/mdkupdate
index bb885aac..28b21f46 100755
--- a/mdkupdate
+++ b/mdkupdate
@@ -230,7 +230,7 @@ sub install_pkgs {
system "/usr/sbin/gurpmi", "--auto", "--media", $media_name, @$choosed;
} else {
log::l("installing the bundle")
- system "/usr/bin/urpmi", '--auto', if_($o_options->{auto_select}, "--auto-select"),
+ system "/usr/bin/gurpmi", '--auto', if_($o_options->{auto_select}, "--auto-select"),
if_($o_options->{medias}, "--media", join(',', @{$o_options->{medias}})),
"--searchmedia", $media_name, @$choosed;
}