summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
diff options
context:
space:
mode:
authorAurélien Lefebvre <alefebvre@mandriva.com>2009-08-17 13:46:12 +0000
committerAurélien Lefebvre <alefebvre@mandriva.com>2009-08-17 13:46:12 +0000
commit679bd2a0a43ed5de42988e7f31c768f7f15ad9ef (patch)
treeef82ecba642e64c8324344cab0683b44d1701b5c /perl-install/standalone
parent874ce7d69b32a443cb08a61c0562e3da8bfc36d9 (diff)
downloaddrakx-679bd2a0a43ed5de42988e7f31c768f7f15ad9ef.tar
drakx-679bd2a0a43ed5de42988e7f31c768f7f15ad9ef.tar.gz
drakx-679bd2a0a43ed5de42988e7f31c768f7f15ad9ef.tar.bz2
drakx-679bd2a0a43ed5de42988e7f31c768f7f15ad9ef.tar.xz
drakx-679bd2a0a43ed5de42988e7f31c768f7f15ad9ef.zip
- drakhelp: fix firefox launch bug #29775
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-xperl-install/standalone/drakhelp2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakhelp b/perl-install/standalone/drakhelp
index 3eaf580cc..9f23a0353 100755
--- a/perl-install/standalone/drakhelp
+++ b/perl-install/standalone/drakhelp
@@ -44,7 +44,7 @@ if (! -e $instpath) {
}
if (-e $instpath) {
- local $ENV{HOME} = '/root';
+ local $ENV{HOME} = '/root' if !$<;
run_program::raw({ detach => 1 }, '/usr/bin/www-browser', "file://$ancpath");
} else {
$ugtk2::wm_icon = "help";