summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index ff8f00724..1725c799e 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -247,7 +247,7 @@ sub miscellaneous {
#------------------------------------------------------------------------------
sub summary {
my ($auto) = @_;
- installStepsCall($o, $auto, 'summaryBefore');
+ installStepsCall($o, $auto, 'summaryBefore') if $o->{steps}{summary}{entered} == 1;
installStepsCall($o, $auto, 'summary');
installStepsCall($o, $auto, 'summaryAfter');
}