From 6aabbe5ae23b26d08aa2a2a9e00238aa765dd79b Mon Sep 17 00:00:00 2001 From: ligc Date: Thu, 25 Sep 2014 02:22:46 -0400 Subject: [PATCH] build xCAT-genesis-scripts for ppc64 --- buildcore.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildcore.sh b/buildcore.sh index 3517040e2..41866121e 100755 --- a/buildcore.sh +++ b/buildcore.sh @@ -265,6 +265,8 @@ if [ "$OSNAME" != "AIX" ]; then ORIGFAILEDRPMS="$FAILEDRPMS" ./makerpm xCAT-genesis-scripts x86_64 "$EMBED" if [ $? -ne 0 ]; then FAILEDRPMS="$FAILEDRPMS xCAT-genesis-scripts-x86_64"; fi + ./makerpm xCAT-genesis-scripts ppc64 "$EMBED" + if [ $? -ne 0 ]; then FAILEDRPMS="$FAILEDRPMS xCAT-genesis-scripts-ppc64"; fi if [ "$FAILEDRPMS" = "$ORIGFAILEDRPMS" ]; then # all succeeded rm -f $DESTDIR/xCAT-genesis-scripts*rpm rm -f $SRCDIR/xCAT-genesis-scripts*rpm