From d42405dd19839204684ba3dccb7152bde6ef209a Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Tue, 22 Dec 2009 12:21:57 +0000 Subject: [PATCH] Fixed bug 2916783 - xCAT meta pkg not getting installed on AIX git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4839 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- buildcore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildcore.sh b/buildcore.sh index 2c62336e4..9f3301286 100755 --- a/buildcore.sh +++ b/buildcore.sh @@ -207,7 +207,6 @@ if $GREP -E '^[UAD] +xCAT/' $SVNUP; then ./makexcatrpm mv $source/RPMS/*/xCAT-$VER*rpm $DESTDIR mv $source/SRPMS/xCAT-$VER*rpm $SRCDIR - echo "rpm -Uvh xCAT-$VER-*rpm" >> $DESTDIR/instxcat else ./makexcatrpm x86_64 mv $source/RPMS/*/xCAT-$VER*rpm $DESTDIR @@ -222,6 +221,7 @@ if $GREP -E '^[UAD] +xCAT/' $SVNUP; then fi if [ "$OSNAME" = "AIX" ]; then + echo "rpm -Uvh xCAT-$VER-*rpm" >> $DESTDIR/instxcat # add the service node bundle files cp xCATaixSN.bnd xCATaixSN2.bnd xCATaixSSH.bnd xCATaixSSL.bnd $DESTDIR/ fi