--- usr/local/lib/qemulator/qemulator.py.orig 2009-02-20 19:28:27.000000000 +0100 +++ usr/local/lib/qemulator/qemulator.py 2009-02-20 19:35:23.000000000 +0100 @@ -86,6 +86,7 @@ #print "basedir: " + basedir basedir = basedir.replace ( '/bin', '' ) basedir = basedir.replace ( '/lib/qemulator', '' ) +basedir = basedir.replace ( '/lib64/qemulator', '' ) sys.path.append(basedir) bindir = basedir + "/bin" #print "bindir: " + bindir --- usr/local/lib/qemulator/qml_audioenviron.py.orig 2009-02-20 19:28:27.000000000 +0100 +++ usr/local/lib/qemulator/qml_audioenviron.py 2009-02-20 19:36:11.000000000 +0100 @@ -55,6 +55,7 @@ #print "basedir: " + basedir basedir = basedir.replace ( '/bin', '' ) basedir = basedir.replace ( '/lib/qemulator', '' ) +basedir = basedir.replace ( '/lib64/qemulator', '' ) sys.path.append(basedir) bindir = basedir + "/bin" #print "bindir: " + bindir --- usr/local/lib/qemulator/qml_configuration.py.orig 2009-02-20 19:28:27.000000000 +0100 +++ usr/local/lib/qemulator/qml_configuration.py 2009-02-20 18:47:40.000000000 +0100 @@ -55,6 +55,7 @@ basedir = basedir.replace ( '/bin', '' ) basedir = basedir.replace ( '/lib/qemulator', '' ) +basedir = basedir.replace ( '/lib64/qemulator', '' ) APP = 'Qemulator' #DIR = 'locale' @@ -604,4 +605,4 @@ except: outdata = { } print "no config file" - return outdata \ No newline at end of file + return outdata --- usr/local/lib/qemulator/qml_controlmon.py.orig 2009-02-20 19:28:27.000000000 +0100 +++ usr/local/lib/qemulator/qml_controlmon.py 2009-02-20 19:03:28.000000000 +0100 @@ -139,6 +139,7 @@ self.basedir = basedir.replace ( '/bin', '' ) self.basedir = self.basedir.replace ( '/lib/qemulator', '' ) + self.basedir = self.basedir.replace ( '/lib64/qemulator', '' ) print "basedir: " + self.basedir --- usr/local/lib/qemulator/qml_filehandlers.py.orig 2009-02-20 19:28:27.000000000 +0100 +++ usr/local/lib/qemulator/qml_filehandlers.py 2009-02-20 19:05:01.000000000 +0100 @@ -45,6 +45,7 @@ basedir = basedir.replace ( '/bin', '' ) basedir = basedir.replace ( '/lib/qemulator', '' ) +basedir = basedir.replace ( '/lib64/qemulator', '' ) sys.path.append(basedir) bindir = basedir + "/bin" libdir = basedir + "/lib/qemulator" @@ -244,4 +245,4 @@ returnmesg = "no command given!" return returnmesg - \ No newline at end of file + --- usr/local/lib/qemulator/qml_imagecreation.py.orig 2009-02-20 19:28:27.000000000 +0100 +++ usr/local/lib/qemulator/qml_imagecreation.py 2009-02-20 19:05:29.000000000 +0100 @@ -56,6 +56,7 @@ basedir = basedir.replace ( '/bin', '' ) basedir = basedir.replace ( '/lib/qemulator', '' ) +basedir = basedir.replace ( '/lib64/qemulator', '' ) APP = 'Qemulator' #DIR = 'locale' @@ -258,4 +259,4 @@ pass def return_newimage(self): - return self.newimage \ No newline at end of file + return self.newimage --- usr/local/lib/qemulator/qml_installwizzard.py.orig 2009-02-20 19:28:27.000000000 +0100 +++ usr/local/lib/qemulator/qml_installwizzard.py 2009-02-20 19:06:02.000000000 +0100 @@ -58,6 +58,7 @@ basedir = basedir.replace ( '/bin', '' ) basedir = basedir.replace ( '/lib/qemulator', '' ) +basedir = basedir.replace ( '/lib64/qemulator', '' ) pixmapdir = basedir + "/share/pixmaps/qemulator" APP = 'Qemulator' @@ -756,4 +757,4 @@ isset = True else: isset = False - return isset \ No newline at end of file + return isset --- usr/local/lib/qemulator/qml_machinesetup.py.orig 2009-02-20 19:28:27.000000000 +0100 +++ usr/local/lib/qemulator/qml_machinesetup.py 2009-02-20 19:06:26.000000000 +0100 @@ -59,6 +59,7 @@ basedir = basedir.replace ( '/bin', '' ) basedir = basedir.replace ( '/lib/qemulator', '' ) +basedir = basedir.replace ( '/lib64/qemulator', '' ) pixmapdir = basedir + "/share/pixmaps/qemulator" APP = 'Qemulator' --- usr/local/lib/qemulator/qml_tools.py.orig 2009-02-20 19:28:27.000000000 +0100 +++ usr/local/lib/qemulator/qml_tools.py 2009-02-20 19:33:52.000000000 +0100 @@ -83,6 +83,7 @@ #print "basedir: " + basedir basedir = basedir.replace ( '/bin', '' ) basedir = basedir.replace ( '/lib/qemulator', '' ) +basedir = basedir.replace ( '/lib64/qemulator', '' ) sys.path.append(basedir) bindir = basedir + "/bin" #print "bindir: " + bindir