From fbefee92f724b73cb53e943cd19f80f898eec084 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 1 Oct 2008 15:21:06 +0000 Subject: remove extra "/" in help path --- perl-install/interactive/gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/interactive/gtk.pm b/perl-install/interactive/gtk.pm index f04c04e32..af8c51453 100644 --- a/perl-install/interactive/gtk.pm +++ b/perl-install/interactive/gtk.pm @@ -761,7 +761,7 @@ sub filter_widgets { } } -my $help_path = "/usr/share/doc/installer-help/"; +my $help_path = "/usr/share/doc/installer-help"; sub load_from_uri { my ($view, $url) = @_; -- cgit v1.2.1