diff options
author | Francois Pons <fpons@mandriva.com> | 2002-09-02 08:46:53 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2002-09-02 08:46:53 +0000 |
commit | 5541d44bd2653ce90035ff6dfe6c8af48509bf83 (patch) | |
tree | 09e1388cd8b8aa739af686ffa22c2399a06094d2 | |
parent | f6870949a9ab5e95fdb933c507bdae4e483615e1 (diff) | |
download | drakx-backup-do-not-use-5541d44bd2653ce90035ff6dfe6c8af48509bf83.tar drakx-backup-do-not-use-5541d44bd2653ce90035ff6dfe6c8af48509bf83.tar.gz drakx-backup-do-not-use-5541d44bd2653ce90035ff6dfe6c8af48509bf83.tar.bz2 drakx-backup-do-not-use-5541d44bd2653ce90035ff6dfe6c8af48509bf83.tar.xz drakx-backup-do-not-use-5541d44bd2653ce90035ff6dfe6c8af48509bf83.zip |
add $o->{packages} to install_any::install_urpmi call.
-rw-r--r-- | perl-install/install_steps.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 7e130333b..0159e1e3a 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -555,6 +555,7 @@ sub install_urpmi { if ($pkg && ($pkg->flag_selected || $pkg->flag_installed)) { install_any::install_urpmi($o->{prefix}, $::oem ? 'cdrom' : $o->{method}, #- HACK + $o->{packages}, $o->{packages}{mediums}); pkgs::saveCompssUsers($o->{prefix}, $o->{packages}, $o->{compssUsers}, $o->{compssUsersSorted}); } |