Add PERL5LIB to AIX environment file.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3931 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
nott 2009-08-03 14:30:23 +00:00
parent 2d174c98f2
commit 39f0000f3c

View File

@ -220,6 +220,11 @@ XCATROOT=$RPM_INSTALL_PREFIX0
PATH=\$PATH:\$XCATROOT/bin:\$XCATROOT/sbin
MANPATH=\$MANPATH:\$XCATROOT/share/man
export XCATROOT PATH MANPATH" >>/etc/profile
echo "
# xCAT Perl setup
PERL5LIB=/usr/opt/perl5/lib/5.8.2:/usr/opt/perl5/lib/5.8.2/aix-thread-multi:/usr/opt/perl5/lib/site_perl/5.8.2:/usr/opt/perl5/lib/site_perl/5.8.2/aix-thread-multi
export PERL5LIB" >>/etc/environment
fi
%endif