Răsfoiți Sursa

Added ppc support to deb build script

[email protected] 15 ani în urmă
părinte
comite
4d271565bd
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  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
 if [ "`uname -m | grep -c -G x86_64`" != 0 ]; then
 	arch="amd64"
 	arch="amd64"
+elif [ "`uname -m | grep -c -G ppc`" != 0 ]; then
+	arch="ppc"
 fi
 fi
 
 
 if [ -z "$2" ]; then
 if [ -z "$2" ]; then