--- bundler/bundler.py.orig 2011-03-18 20:38:27.000000000 -1000 +++ bundler/bundler.py 2011-03-20 11:17:59.000000000 -1000 @@ -112,7 +113,7 @@ utils.makedirs(path) f = open(os.path.join(path, "pangorc"), "w") f.write("[Pango]\n") - f.write("ModuleFiles=./pango.modules\n") + f.write("ModuleFiles=./Contents/Resources/etc/pango/pango.modules\n") f.close() def create_gtk_immodules_setup(self): @@ -552,7 +553,7 @@ self.copy_plist() # Note: could move this to xml file... - self.copy_path(Path("${prefix}/lib/charset.alias")) + self.copy_path(Path("/usr/lib/charset.alias", dest="${bundle}/Contents/Resources")) # Launcher script, if necessary. launcher_script = self.project.get_launcher_script()