diff options
-rw-r--r-- | perl-install/standalone.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm index dc5a3d7aa..bc78debea 100644 --- a/perl-install/standalone.pm +++ b/perl-install/standalone.pm @@ -12,6 +12,7 @@ if ($::isInstall) { log::l('backtrace: ' . backtrace()); } $::isStandalone = 1; +$::noBorder = 1; $ENV{SHARE_PATH} ||= "/usr/share"; |