Revert "adding osx application bundler scripts"
[pspp] / utilities / osxbundler / macports-custom-packages / gtk-mac-bundler / files / patch-bundler_py.diff
diff --git a/utilities/osxbundler/macports-custom-packages/gtk-mac-bundler/files/patch-bundler_py.diff b/utilities/osxbundler/macports-custom-packages/gtk-mac-bundler/files/patch-bundler_py.diff
deleted file mode 100644 (file)
index 1aaabd4..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git bundler/bundler.py bundler/bundler.py
-index 65b8cc0..3ca931f 100644
---- bundler/bundler.py
-+++ bundler/bundler.py
-@@ -618,7 +618,7 @@ class Bundler:
-         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"))
-         # Main binary
-         path = self.project.get_main_binary()