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:
parent
6b4a78c22b
commit
ed852fa97c
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user