From 2c42b460c719dd731e0bb201173657f674a577f1 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Sat, 3 May 2014 11:34:38 -0300 Subject: [PATCH] Fix ARCH detection [GH-7] --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c6c12a2..f5ed282 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,8 @@ UBUNTU_BOXES= precise quantal raring saucy trusty DEBIAN_BOXES= squeeze wheezy sid jessie TODAY=$(shell date -u +"%Y-%m-%d") -# Replace i686 with i386 -ARCH=$(shell uname -m | sed -e "s/68/38/") +# Replace i686 with i386 and x86_64 with amd64 +ARCH=$(shell uname -m | sed -e "s/68/38/" | sed -e "s/x86_64/amd64/") default: