diff --git a/Version b/Version index 6b4950e3d..95e3ba819 100644 --- a/Version +++ b/Version @@ -1 +1 @@ -2.4 +2.5 diff --git a/buildcore.sh b/buildcore.sh index bc41e0c97..e91955e6a 100755 --- a/buildcore.sh +++ b/buildcore.sh @@ -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