From 83f044c559e90ca2d0392c5cf869c2c0bf352820 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sat, 1 Feb 2014 23:48:59 -0600 Subject: Update path location for htsearch used by help indexing. --- khelpcenter/searchhandlers/khc_htsearch.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'khelpcenter') diff --git a/khelpcenter/searchhandlers/khc_htsearch.pl b/khelpcenter/searchhandlers/khc_htsearch.pl index b7ea694b3..5dc3f5f71 100755 --- a/khelpcenter/searchhandlers/khc_htsearch.pl +++ b/khelpcenter/searchhandlers/khc_htsearch.pl @@ -8,8 +8,7 @@ use Getopt::Long; use open IO => ':utf8'; use open ':std'; -my $htsearchpath="/usr/lib/cgi-bin/htsearch"; - +my $htsearchpath="/srv/www/cgi-bin/htsearch"; my $config; my $format; my $method; @@ -20,6 +19,7 @@ my $indexdir; my $maxnum; GetOptions ( + 'binary=s' => \$htsearchpath, 'config=s' => \$config, 'format=s' => \$format, 'method=s' => \$method, -- cgit v1.2.1