From 66dd498f0a5dac34f62be4ce868b1a481ae7f4e6 Mon Sep 17 00:00:00 2001 From: lsalzman Date: Wed, 3 Oct 2012 11:29:04 +0300 Subject: [PATCH] check for amd64 --- tesseract_unix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tesseract_unix b/tesseract_unix index 9078023..db00ac0 100755 --- a/tesseract_unix +++ b/tesseract_unix @@ -32,7 +32,7 @@ case ${MACHINE_NAME} in i486|i586|i686) MACHINE_NAME= ;; -x86_64) +x86_64|amd64) MACHINE_NAME=64_ ;; *)