2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-21 17:11:45 +00:00

remove setting of the mysql path in the spec file to /etc/profile

Former-commit-id: 56014925c1567c541197d8f4c0607d099b377893
This commit is contained in:
lissav 2010-05-26 11:08:32 +00:00
parent 86940f9344
commit 74da0f6d6f

View File

@ -43,10 +43,10 @@ ln -s /usr/local/mysql-5.1.37-aix5.3-powerpc-64bit mysql
rm -rf /usr/local/mysql-5.1.37-aix5.3-powerpc-64bit.tar
# set PATH??
echo "PATH=\$PATH:/usr/local/mysql:/usr/local/mysql/bin:/usr/local/mysql/lib:/usr/local/mysql/include
export PATH" >>/etc/profile
#echo "PATH=\$PATH:/usr/local/mysql:/usr/local/mysql/bin:/usr/local/mysql/lib:/usr/local/mysql/include
#export PATH" >>/etc/profile
echo "The PATH environment variable has been updated in /etc/profile."
#echo "The PATH environment variable has been updated in /etc/profile."
%clean