gedit/python3-install-path-fix.patch
Petr Šabata 0464322962 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/gedit#64a20ad1b1733b63f2f552b8587833851546d7f5
2020-10-15 00:49:39 +02:00

12 lines
318 B
Diff

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',
)