From 2fc4814c804e01f3df2421da39e78990d1ed6c3b Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Tue, 23 Mar 2010 12:36:15 +0000 Subject: [PATCH] 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 --- buildcore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildcore.sh b/buildcore.sh index 5716f2807..bc41e0c97 100755 --- a/buildcore.sh +++ b/buildcore.sh @@ -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