From 9461e9194ef42d9c6ad8a6989c8955af0403c49f Mon Sep 17 00:00:00 2001 From: ligc Date: Fri, 2 Nov 2012 02:29:13 +0000 Subject: [PATCH] fix the wrong package name xCAT-build, it should be xCAT-buildkit git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14217 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- buildcore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildcore.sh b/buildcore.sh index 3e9abba78..d7c76862d 100755 --- a/buildcore.sh +++ b/buildcore.sh @@ -174,7 +174,7 @@ if [ "$OSNAME" = "AIX" ]; then fi # Build the rest of the noarch rpms -for rpmname in xCAT-client xCAT-server xCAT-IBMhpc xCAT-rmc xCAT-UI xCAT-test xCAT-build; do +for rpmname in xCAT-client xCAT-server xCAT-IBMhpc xCAT-rmc xCAT-UI xCAT-test xCAT-buildkit; do if $GREP $rpmname $SVNUP || [ "$BUILDALL" == 1 ]; then UPLOAD=1 if [ "$EMBED" = "zvm" -a "$rpmname" != "xCAT-server" -a "$rpmname" != "xCAT-UI" ]; then continue; fi # for embedded envs only need to build server special