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/psconfig.csh.in

    r25892 r28191  
    358358set plibdir  = {$PSCONFDIR}/{$PSCONFIG}/lib
    359359set plib5dir = {$PSCONFDIR}/{$PSCONFIG}/lib/perl5
     360set plibsite = {$PSCONFDIR}/{$PSCONFIG}/lib/perl5/site_perl
    360361set newpath = ""
    361362set pathlist = `echo $PERL5LIB | tr ':' '\n'`
     
    378379else
    379380  if ("$newpath" == "") then
    380     setenv PERL5LIB {$plibdir}:{$plib5dir}:
    381   else
    382     setenv PERL5LIB {$plibdir}:{$plib5dir}:{$newpath}
     381    setenv PERL5LIB {$plibdir}:{$plib5dir}:{$plibsite}
     382  else
     383    setenv PERL5LIB {$plibdir}:{$plib5dir}:{$plibsite}:{$newpath}
    383384  endif
    384385endif
Note: See TracChangeset for help on using the changeset viewer.