From 39f0000f3cb8bbe494f94fd56a657ccbec4e957e Mon Sep 17 00:00:00 2001 From: nott Date: Mon, 3 Aug 2009 14:30:23 +0000 Subject: [PATCH] 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 --- xCAT-client/xCAT-client.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xCAT-client/xCAT-client.spec b/xCAT-client/xCAT-client.spec index 40638b5f2..115658ba9 100644 --- a/xCAT-client/xCAT-client.spec +++ b/xCAT-client/xCAT-client.spec @@ -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