Removed --nodeps for xCAT-server in instxcat

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5561 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
bp-sawyers 2010-03-23 12:36:15 +00:00
parent 060458dab1
commit 2fc4814c80

View File

@ -164,7 +164,7 @@ if $GREP xCAT-server $SVNUP; then
mv $source/SRPMS/xCAT-server-$VER*rpm $SRCDIR
fi
if [ "$OSNAME" = "AIX" ]; then
echo "rpm -Uvh --nodeps xCAT-server-$SHORTVER*rpm" >> $DESTDIR/instxcat
echo "rpm -Uvh xCAT-server-$SHORTVER*rpm" >> $DESTDIR/instxcat
fi
if $GREP xCAT-rmc $SVNUP; then