diff options
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index f4f68f592..da7d576cd 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -1238,9 +1238,6 @@ sub miscellaneous { my ($o, $clicked) = @_; any::choose_security_level($o, \$o->{security}, \$o->{libsafe}) or return; - - any::config_libsafe($o->{prefix}, $o->{libsafe}); - install_steps::miscellaneous($o); } |