check for amd64

master
lsalzman 2012-10-03 11:29:04 +03:00
parent 3646a2ca5e
commit 66dd498f0a
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ case ${MACHINE_NAME} in
i486|i586|i686)
MACHINE_NAME=
;;
x86_64)
x86_64|amd64)
MACHINE_NAME=64_
;;
*)