Ticket #27794: patch-bundler_py.diff

File patch-bundler_py.diff, 480 bytes (added by t.tensi@…, 11 years ago)

patch file for bundler.py (adapted version for 0.7.3)

  • bundler/bundler.py

    old new  
    595595        self.copy_plist()
    596596
    597597        # Note: could move this to xml file...
    598         self.copy_path(Path("${prefix}/lib/charset.alias"))
     598        self.copy_path(Path("/usr/lib/charset.alias", dest="${bundle}/Contents/Resources"))
    599599
    600600        # Launcher script, if necessary.
    601601        launcher_script = self.project.get_launcher_script()