From cc831a6be57a868cd36d15335eb0f65e77779c55 Mon Sep 17 00:00:00 2001 From: Ade Lee Date: Fri, 3 Jan 2014 11:41:02 -0500 Subject: Debian - replace arch specification uname -i returns "unknown" on a debian system. "arch" on the other hand works for fedora, rhel and debian. Replacing these for all packages except for the migration ones which will not be built on debian in any case. --- base/server/scripts/operations | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/server/scripts') diff --git a/base/server/scripts/operations b/base/server/scripts/operations index 7d026fe31..ebbe5d084 100644 --- a/base/server/scripts/operations +++ b/base/server/scripts/operations @@ -56,7 +56,7 @@ esac shopt -s nullglob OS=`uname -s` -ARCHITECTURE=`uname -i` +ARCHITECTURE=`arch` # Check to insure that this script's original invocation directory # has not been deleted! -- cgit