From 3b99c686d5b933693178948c1bcb5c9bab285402 Mon Sep 17 00:00:00 2001 From: "bart@bart" Date: Sun, 13 Sep 2009 10:15:23 +0200 Subject: [PATCH] Fixed the am64 architecture issue in the deb --- configure.in | 2 +- platform/unix/make-package | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 3e0d87d0e..63a962a4a 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([love], [20090904-513ad0afed0c]) +AC_INIT([love], [20090906-6a275e4b909a]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR([platform/unix]) AC_CONFIG_MACRO_DIR([platform/unix/m4]) diff --git a/platform/unix/make-package b/platform/unix/make-package index a289a008f..072211d0e 100755 --- a/platform/unix/make-package +++ b/platform/unix/make-package @@ -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