From 85af82dc02baddb42f023b74d53da6d22bce4a9e Mon Sep 17 00:00:00 2001 From: litingt Date: Sun, 9 Nov 2014 21:44:00 -0500 Subject: [PATCH] add xCAT-genesis-scripts in --- buildlocal.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildlocal.sh b/buildlocal.sh index a0d49c2c4..fceb39b98 100755 --- a/buildlocal.sh +++ b/buildlocal.sh @@ -111,6 +111,8 @@ echo "This is an $OSNAME system" ARCH=$(uname -p) if [ "$ARCH" = "x64_64" ]; then $CURDIR/makerpm xCAT-genesis-scripts x86_64 + else + $CURDIR/makerpm xCAT-genesis-scripts ppc64 fi