From 9fbc134ebf05babc4255e8c55583f028bcc389a0 Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Mon, 4 Jan 2010 15:41:28 +0000 Subject: [PATCH] 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 --- buildcore.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/buildcore.sh b/buildcore.sh index c5382b4a0..e0795cf82 100755 --- a/buildcore.sh +++ b/buildcore.sh @@ -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