PERL5LIB+=/site_perl
authorlace <>
Fri, 5 Nov 2010 01:05:13 +0000 (01:05 +0000)
committerlace <>
Fri, 5 Nov 2010 01:05:13 +0000 (01:05 +0000)
.bashrc

diff --git a/.bashrc b/.bashrc
index f876225..cc53b70 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -97,7 +97,7 @@ _bash_profile_addpath    -s CVSROOT "$HOME/pserver/cvs"
 _bash_profile_addpath    -s CVSROOT "$HOME/cvs"
 _bash_profile_addpath    -s ANT_HOME "/usr/local/ant"
 
-for _perldir in $(eval "echo $HOME{/share,/lib{,64}}/perl5");do
+for _perldir in $(eval "echo $HOME{/share,/lib{,64}}/perl5{/site_perl,}");do
        _bash_profile_addpath -f PERL5LIB "$_perldir"
        done
 unset _perldir