Browse Source

Added ppc support to deb build script

[email protected] 15 years ago
parent
commit
4d271565bd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      platform/unix/make-package

+ 2 - 0
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