* Set $PERL5LIB.

svn path=/nixos/trunk/; revision=13148
This commit is contained in:
Eelco Dolstra 2008-10-29 13:41:32 +00:00
parent ea67a42d26
commit 1ad5997776
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ for i in $NIX_PROFILES; do # !!! reverse
then
export ACLOCAL_PATH="$i/share/aclocal:$ACLOCAL_PATH"
fi
export PERL5LIB="$i/lib/site_perl:$PERL5LIB"
done