summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install_steps.pm6
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 {