diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_steps.pm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 443e3353b..c561cb124 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -292,7 +292,11 @@ sub setPackages { $rebuild_needed and pkgs::selectPackagesToUpgrade($o->{packages}, $o->{prefix}); } -sub deselectFoundMedia { '' } +sub deselectFoundMedia { + my (undef, $hdlists) = @_; + @$hdlists; +} + sub selectSupplMedia { '' } sub choosePackages { |