1aaabd47342e8397fc17dcb5065cf64fb33ec58c
[pspp] / utilities / osxbundler / macports-custom-packages / gtk-mac-bundler / files / patch-bundler_py.diff
1 diff --git bundler/bundler.py bundler/bundler.py
2 index 65b8cc0..3ca931f 100644
3 --- bundler/bundler.py
4 +++ bundler/bundler.py
5 @@ -618,7 +618,7 @@ class Bundler:
6          self.copy_plist()
7  
8          # Note: could move this to xml file...
9 -        self.copy_path(Path("${prefix}/lib/charset.alias"))
10 +        self.copy_path(Path("/usr/lib/charset.alias", dest="${bundle}/Contents/Resources"))
11  
12          # Main binary
13          path = self.project.get_main_binary()