IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13674


Ignore:
Timestamp:
Jun 5, 2007, 4:46:11 PM (19 years ago)
Author:
eugene
Message:

do not skip perl modules with Build.PL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/psdist

    r12871 r13674  
    217217        if ($do_dist eq "N") { next; }
    218218
    219         if (! -e "$cvsname[$i]/autogen.sh") { next; }
     219        if (! -e "$cvsname[$i]/autogen.sh" || -e "$cvsname[$i]/Build.PL" ) { next; }
    220220        chdir $cvsname[$i];
    221221
Note: See TracChangeset for help on using the changeset viewer.