Commit c31c9e35 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

contrib: fix $(ARCH) for amd64-*

parent 55dc9ef6
...@@ -7,6 +7,9 @@ if test -z "$HOST"; then ...@@ -7,6 +7,9 @@ if test -z "$HOST"; then
fi fi
case "$HOST" in case "$HOST" in
amd64-*)
ARCH="x86_64"
;;
i[3456]86-*) i[3456]86-*)
ARCH="i386" ARCH="i386"
;; ;;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment