From c5c3269b9c0d8152b1bf9f80c3001f638ab4ed57 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Fri, 29 Jun 2012 12:03:02 +0000 Subject: Try to fix atk bridge checks in ubuntu --- (limited to 'scripts') diff --git a/scripts/check-system b/scripts/check-system index ed8b7e4..0591eb0 100755 --- a/scripts/check-system +++ b/scripts/check-system @@ -32,7 +32,9 @@ def check_gtkmodule(check): # Not sure we can do better than this, the gtkmodule stuff is private missing = True - for libdir in ["lib", "lib64"]: + for libdir in ["lib", "lib64", + "lib/x86_64-linux-gnu", + "lib/i386-linux-gnu"]: if os.path.exists("/usr/%s/gtk-2.0/modules/lib%s.so" % (libdir, check)): missing = False @@ -218,7 +220,7 @@ checks = \ { "check": "atk-bridge", "checker": "gtkmodule", "packages": { "fedora": "at-spi2-atk", - "ubuntu": "at-spi2-atk" } }, + "ubuntu": "libatk-adaptor" } }, { "check": "curl", "checker": "binary", "packages": { "fedora": "curl", -- cgit v0.9.1