Added ppc support to deb build script

This commit is contained in:
bart@bartbes.ath.cx
2010-01-07 19:48:29 +01:00
parent 1e2c97167c
commit 4d271565bd
+2
View File
@@ -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