diff options
Diffstat (limited to 'perl-install/standalone')
-rw-r--r-- | perl-install/standalone/drakhelp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/drakhelp b/perl-install/standalone/drakhelp index f99c2bb0f..15c4963c2 100644 --- a/perl-install/standalone/drakhelp +++ b/perl-install/standalone/drakhelp @@ -44,6 +44,7 @@ if (! -e $instpath) { } if (-e $instpath) { + local $ENV{HOME} = '/root'; system("/usr/bin/www-browser file://$ancpath &"); } else { $ugtk2::wm_icon = "help"; |