From 4d271565bdb24745ff974447e1ba56b3baed35fd Mon Sep 17 00:00:00 2001 From: "bart@bartbes.ath.cx" Date: Thu, 7 Jan 2010 19:48:29 +0100 Subject: [PATCH] Added ppc support to deb build script --- platform/unix/make-package | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform/unix/make-package b/platform/unix/make-package index d31bf34d8..f876797eb 100755 --- a/platform/unix/make-package +++ b/platform/unix/make-package @@ -7,6 +7,8 @@ arch="i386" if [ "`uname -m | grep -c -G x86_64`" != 0 ]; then arch="amd64" +elif [ "`uname -m | grep -c -G ppc`" != 0 ]; then + arch="ppc" fi if [ -z "$2" ]; then