Update path location for htsearch used by help indexing.

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

@ -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,

Loading…
Cancel
Save