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
fi
case "$HOST" in
amd64-*)
ARCH="x86_64"
;;
i[3456]86-*)
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