From 6e5b7f4b10b3c10e9bed2c13dddfe18a9f6d6849 Mon Sep 17 00:00:00 2001 From: nott Date: Thu, 3 Jun 2010 16:02:59 +0000 Subject: [PATCH] remove AIX bundles files. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6343 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- buildcore.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/buildcore.sh b/buildcore.sh index 52322ae71..536ba67b1 100755 --- a/buildcore.sh +++ b/buildcore.sh @@ -245,7 +245,9 @@ if [ "$OSNAME" = "AIX" ]; then echo "rpm -Uvh xCAT-$SHORTSHORTVER*rpm" >> $DESTDIR/instxcat echo "rpm -Uvh xCAT-rmc-$SHORTSHORTVER*rpm" >> $DESTDIR/instxcat # add the service node bundle files - cp xCATaixSN.bnd xCATaixSN2.bnd xCATaixSSH.bnd xCATaixSSL.bnd $DESTDIR/ + # these are now shipped as part of xCAT-server !!!! + # - installed in /opt/xcat/share/xcat/installp_bundles + # cp xCATaixSN.bnd xCATaixSN2.bnd xCATaixSSH.bnd xCATaixSSL.bnd $DESTDIR/ fi # Decide if anything was built or not