From fd4a5040ba06a021e03a64f18354ffbc774b8021 Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Wed, 5 Jun 2013 23:04:36 +0000 Subject: [PATCH] fix xCATsn install problem running mknb git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16558 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCATsn/xCATsn.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCATsn/xCATsn.spec b/xCATsn/xCATsn.spec index 4ed20d254..d8ebae509 100644 --- a/xCATsn/xCATsn.spec +++ b/xCATsn/xCATsn.spec @@ -187,8 +187,8 @@ if [ -f "/proc/cmdline" -a -f "/etc/xcat/genesis-scripts-updated" ]; then SHAREDTFTP=`/opt/xcat/sbin/tabdump site | grep sharedtftp | cut -d'"' -f 4` if [ "$SHAREDTFTP" != "1" ]; then . /etc/profile.d/xcat.sh - echo Running '"'mknb %{tarch}'"', triggered by the installation/update of xCAT-genesis-scripts-x86_64 ... - mknb %{tarch} + echo Running '"'mknb `uname -m`'"', triggered by the installation/update of xCAT-genesis-scripts-x86_64 ... + mknb `uname -m` fi fi %endif