Changeset 25892
- Timestamp:
- Oct 18, 2009, 12:05:01 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psconfig/psconfig.csh.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psconfig/psconfig.csh.in
r23475 r25892 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.
