Fix problem of not building nbroot-core rpms

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@11849 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
bp-sawyers 2012-03-14 19:20:34 +00:00
parent 903e828ea2
commit 3438dcda53

View File

@ -178,7 +178,7 @@ for rpmname in xCAT-client xCAT-server xCAT-IBMhpc xCAT-rmc xCAT-UI xCAT-test; d
done
if [ "$OSNAME" != "AIX" -a "$EMBED" != "zvm" ]; then
if $GREP -v nbroot2 $SVNUP|$GREP xCAT-nbroot; then
if grep -v nbroot2 $SVNUP|$GREP xCAT-nbroot; then
UPLOAD=1
ORIGFAILEDRPMS="$FAILEDRPMS"
for arch in x86_64 x86 ppc64; do