Changeset 1185 for trunk


Ignore:
Timestamp:
2000-05-23T14:08:03+12:00 (24 years ago)
Author:
sjboddie
Message:

oops, need to test for .bdb files as well as .ldb files on unix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/build

    r1184 r1185  
    100100    system ("perl $ENV{'GSDLHOME'}/bin/script/buildcol.pl $maxdocs $collection");
    101101
    102     if (-e "$ENV{'GSDLHOME'}/collect/$collection/building/text/$collection.ldb") {
     102    if (-e "$ENV{'GSDLHOME'}/collect/$collection/building/text/$collection.ldb" ||
     103    -e "$ENV{'GSDLHOME'}/collect/$collection/building/text/$collection.bdb") {
    103104    print STDERR "$collection collection built successfully\n\n";
    104105    } else {
Note: See TracChangeset for help on using the changeset viewer.