From 715ae2efa4254884f2813efb323ab9bbeebe1a9b Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Thu, 22 Oct 2009 23:11:57 +0200 Subject: [PATCH] Only look for the osso folder, not the .defs, to see if it's Maemo --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 4fa438d1..618deb68 100644 --- a/wscript +++ b/wscript @@ -300,7 +300,7 @@ def configure (conf): Utils.pprint ('RED', 'Please use an older or newer version.') def set_options (opt): - def is_maemo (): return os.path.exists ('/etc/osso-af-init/osso-gtk.defs') + def is_maemo (): return os.path.exists ('/etc/osso-af-init/') def add_enable_option (option, desc, group=None, disable=False): if group == None: