Only look for the osso folder, not the .defs, to see if it's Maemo

This commit is contained in:
Christian Dywan 2009-10-22 23:11:57 +02:00
parent 421460741d
commit 715ae2efa4

View file

@ -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: