From f6c7f5f6b0edbd8cbd645773035a077bf582019e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 4 Jun 2007 22:22:43 +0000 Subject: drakhelp: fix .mozilla dir as root when it doesn't exists (#29775) --- perl-install/standalone/drakhelp | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/standalone/drakhelp') 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"; -- cgit v1.2.1