Update path location for htsearch used by help indexing.

pull/2/head
Darrell Anderson 11 years ago
parent e7d13c5140
commit 83f044c559

@ -8,8 +8,7 @@ use Getopt::Long;
use open IO => ':utf8'; use open IO => ':utf8';
use open ':std'; use open ':std';
my $htsearchpath="/usr/lib/cgi-bin/htsearch"; my $htsearchpath="/srv/www/cgi-bin/htsearch";
my $config; my $config;
my $format; my $format;
my $method; my $method;
@ -20,6 +19,7 @@ my $indexdir;
my $maxnum; my $maxnum;
GetOptions ( GetOptions (
'binary=s' => \$htsearchpath,
'config=s' => \$config, 'config=s' => \$config,
'format=s' => \$format, 'format=s' => \$format,
'method=s' => \$method, 'method=s' => \$method,

Loading…
Cancel
Save