IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25891


Ignore:
Timestamp:
Oct 18, 2009, 11:42:43 AM (17 years ago)
Author:
eugene
Message:

fix Build.PL usage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/pscheckperl

    r25803 r25891  
    109109
    110110    if (-e "Build.PL") {
    111         vsystem("psbuildperl");
     111        # vsystem("perl Build.PL --install_path lib=$perldir ");
     112        vsystem("perl Build.PL --prefix $prefix");
    112113        vsystem("Build");
    113114        vsystem("Build install");
Note: See TracChangeset for help on using the changeset viewer.