summaryrefslogtreecommitdiff
path: root/python3-install-path-fix.patch
blob: b9d65cf071de5fd6492b020390e8c7134c1b79e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -ru ../gedit-3.37.2.orig/gedit/meson.build ./gedit/meson.build
--- ../gedit-3.37.2.orig/gedit/meson.build	2020-05-29 07:52:21.783929300 -0500
+++ ./gedit/meson.build	2020-08-05 13:16:53.212282203 -0500
@@ -199,6 +199,7 @@
 
 python3.install_sources(
   'Gedit.py',
+  pure: false,
   subdir: 'gi/overrides',
 )