Changeset 2675


Ignore:
Timestamp:
2001-07-27T11:31:58+12:00 (23 years ago)
Author:
paynter
Message:

Changed phind dir to /phind1/ from /phind/.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/phind/generate/symbol-names.pl

    r1872 r2675  
    3131die "Usage: symbol-names.pl collection [file]\n" unless ($collection);
    3232
    33 $vocab = $ENV{'GSDLHOME'} . "/collect/$collection/index/phind/clauses.vocab";
     33$vocab = $ENV{'GSDLHOME'} . "/collect/$collection/index/phind1/clauses.vocab";
    3434if (-e "$vocab") {
    3535    print "Using vocabulary from: $vocab\n";
    3636} else {
    37     $vocab = $ENV{'GSDLHOME'} . "/collect/$collection/building/phind/clauses.vocab";
     37    $vocab = $ENV{'GSDLHOME'} . "/collect/$collection/building/phind1/clauses.vocab";
    3838    if (-e "$vocab") {
    3939    print "Using vocabulary from: $vocab\n";
Note: See TracChangeset for help on using the changeset viewer.