add /opt/xcat/share/xcat/tools to the path on linux
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15463 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
907b14ba9d
commit
fbfe3777b4
@ -269,7 +269,7 @@ fi
|
||||
%ifos linux
|
||||
cat << EOF > /etc/profile.d/xcat.sh
|
||||
XCATROOT=$RPM_INSTALL_PREFIX0
|
||||
PATH=\$XCATROOT/bin:\$XCATROOT/sbin:\$PATH
|
||||
PATH=\$XCATROOT/bin:\$XCATROOT/sbin:\$XCATROOT/share/xcat/tools:\$PATH
|
||||
MANPATH=\$XCATROOT/share/man:\$MANPATH
|
||||
export XCATROOT PATH MANPATH
|
||||
export PERL_BADLANG=0
|
||||
@ -277,7 +277,7 @@ EOF
|
||||
|
||||
cat << EOF > /etc/profile.d/xcat.csh
|
||||
setenv XCATROOT "$RPM_INSTALL_PREFIX0"
|
||||
setenv PATH \${XCATROOT}/bin:\${XCATROOT}/sbin:\${PATH}
|
||||
setenv PATH \${XCATROOT}/bin:\${XCATROOT}/sbin:\${XCATROOT}/share/xcat/tools:\${PATH}
|
||||
if !(\$?MANPATH) then
|
||||
setenv MANPATH \${XCATROOT}/share/man:
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user