Don't automatically install xCAT-UI on AIX

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4880 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
bp-sawyers 2010-01-04 15:41:28 +00:00
parent 0a6601ffc5
commit 9fbc134ebf

View File

@ -137,9 +137,10 @@ if $GREP xCAT-UI $SVNUP; then
mv $source/RPMS/noarch/xCAT-UI-$VER*rpm $DESTDIR
mv $source/SRPMS/xCAT-UI-$VER*rpm $SRCDIR
fi
if [ "$OSNAME" = "AIX" ]; then
echo "rpm -Uvh xCAT-UI-$VER-*rpm" >> $DESTDIR/instxcat
fi
# Do not automatically install xCAT-UI on AIX
#if [ "$OSNAME" = "AIX" ]; then
# echo "rpm -Uvh xCAT-UI-$VER-*rpm" >> $DESTDIR/instxcat
#fi
if $GREP xCAT-server $SVNUP; then
UPLOAD=1