Fixed the am64 architecture issue in the deb

This commit is contained in:
bart@bart
2009-09-13 10:15:23 +02:00
parent cc90e43464
commit 3b99c686d5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ echo
arch="i386"
if [ -n "`uname -m | grep -c -G x86_64`" ]; then
if [ "`uname -m | grep -c -G x86_64`" != 0 ]; then
arch="amd64"
fi