does not install xCAT-UI-deps in instoss

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9510 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
xq2005 2011-05-08 05:28:52 +00:00
parent 868d3229a3
commit 30e2de4ff0

View File

@ -112,7 +112,7 @@ cd $OSVER
# pyodbc is dependent on unixODBC
rpm -Uvh unixODBC*
for i in `ls *.rpm|grep -v -E '^tcl-|^tk-|^expect-|^unixODBC-'`; do
for i in `ls *.rpm|grep -v -E '^tcl-|^tk-|^expect-|^unixODBC-'|^xCAT-UI-deps`; do
if [ "$i" == "perl-Net-DNS-0.66-1.aix5.3.ppc.rpm" ]; then
opts="--nodeps"
else