fix bug in build script and up version of trunk to 2.5

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5799 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
bp-sawyers 2010-04-16 14:37:03 +00:00
parent 6b4a78c22b
commit ed852fa97c
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
2.4
2.5

View File

@ -29,7 +29,7 @@ UPLOADUSER=bp-sawyers
OSNAME=$(uname)
if [ "$OSNAME" = "AIX" ]; then
if [ "$OSNAME" != "AIX" ]; then
GSA=http://pokgsa.ibm.com/projects/x/xcat/build/linux
fi
@ -294,6 +294,7 @@ chgrp -R xcat $DESTDIR
chmod -R g+w $DESTDIR
chgrp -R xcat $SRCDIR
chmod -R g+w $SRCDIR
fi # end of very long if-not-promote