From b60887739dae40201f5f6eba7def1da53b1c2412 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Sun, 11 Nov 2012 13:48:19 +0000 Subject: Add i686, which is what uname repost on Ubuntu 12.10 --- diff --git a/scripts/check-system b/scripts/check-system index d62d4a2..8732e9d 100755 --- a/scripts/check-system +++ b/scripts/check-system @@ -153,7 +153,7 @@ def check_distro(): pass arch = subprocess.check_output(["uname", "-i"]).strip() - if arch not in ["i386", "x86_64"]: + if arch not in ["i386", "i686", "x86_64"]: distro = "unsupported" return distro -- cgit v0.9.1