- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/psconfig
- Property svn:ignore
-
old new 2 2 psconfig.csh 3 3 psconfig.bash 4 build.log
-
- Property svn:ignore
-
branches/simtest_nebulous_branches/psconfig/psconfig.csh.in
r23475 r27840 357 357 # Build wants to put things in prefix/*, MakeMaker wants to put them in prefix/perl5/* 358 358 set plibdir = {$PSCONFDIR}/{$PSCONFIG}/lib 359 #set plib5dir = {$PSCONFDIR}/{$PSCONFIG}/lib/perl5359 set plib5dir = {$PSCONFDIR}/{$PSCONFIG}/lib/perl5 360 360 set newpath = "" 361 361 set pathlist = `echo $PERL5LIB | tr ':' '\n'` … … 378 378 else 379 379 if ("$newpath" == "") then 380 setenv PERL5LIB {$plibdir}: 381 else 382 setenv PERL5LIB {$plibdir}:{$ newpath}380 setenv PERL5LIB {$plibdir}:{$plib5dir}: 381 else 382 setenv PERL5LIB {$plibdir}:{$plib5dir}:{$newpath} 383 383 endif 384 384 endif
Note:
See TracChangeset
for help on using the changeset viewer.
