From: Christian Dywan Date: Thu, 22 Oct 2009 21:11:57 +0000 (+0200) Subject: Only look for the osso folder, not the .defs, to see if it's Maemo X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=715ae2efa4254884f2813efb323ab9bbeebe1a9b;p=midori Only look for the osso folder, not the .defs, to see if it's Maemo --- 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: