IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 2, 2010, 1:27:13 PM (16 years ago)
Author:
eugene
Message:

add perl_site to possible module locations; test for module after installation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/pscheckperl

    r27417 r28191  
    147147        vsystem ("make install");
    148148    }
     149    chdir $homedir;
    149150
    150     chdir $homedir;
     151    # we claim to have built the module; double-check that it can be found
     152    system ("pscheckmods $module $modver");
     153    if ($?) {
     154        die "failed to find the module we just built: $module\n";
     155    }
     156    print "built $module\n\n";
    151157}
    152158if (!$build) {
Note: See TracChangeset for help on using the changeset viewer.