summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
/software/drakx/commit/perl-install/install_any.pm?h=distro/mga2&id=1934b3123c81c2ccb425626aa61ed29e38780ddf'>1934b3123c81c2ccb425626aa61ed29e38780ddf (patch) treec66e075fb0a7ffa7f7cd6f53a65e015ec864b855 /perl-install/install_any.pm parent1cf2e9bf3d2dd8e82380afdcf3cb8f68c6285dcc (diff)downloaddrakx-1934b3123c81c2ccb425626aa61ed29e38780ddf.tar
drakx-1934b3123c81c2ccb425626aa61ed29e38780ddf.tar.gz
drakx-1934b3123c81c2ccb425626aa61ed29e38780ddf.tar.bz2
drakx-1934b3123c81c2ccb425626aa61ed29e38780ddf.tar.xz
drakx-1934b3123c81c2ccb425626aa61ed29e38780ddf.zip
*** empty log message ***
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index b8bea61b0..b4e432f30 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -153,7 +153,7 @@ sub selectPackagesToUpgrade($) {
my ($o) = @_;
require pkgs;
- pkgs::selectPackagesToUpgrade($o->{packages}, $o->{prefix}, $o->{base}, $o->{toRemove});
+ pkgs::selectPackagesToUpgrade($o->{packages}, $o->{prefix}, $o->{base}, $o->{toRemove}, $o->{toSave});
}
sub addToBeDone(&$) {