diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-02 07:04:55 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-02 07:04:55 +0000 |
commit | c2914257b95635f43a8485d26118846dd85e8d35 (patch) | |
tree | 8480529291636b793d6c116ff68ee07aeff0c6d0 /python3-install-path-fix.patch | |
parent | 493d964a483c37ed509f818a0f2eaf05fc13df0e (diff) |
automatic import of geditopeneuler24.03_LTSopeneuler23.09
Diffstat (limited to 'python3-install-path-fix.patch')
-rw-r--r-- | python3-install-path-fix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/python3-install-path-fix.patch b/python3-install-path-fix.patch new file mode 100644 index 0000000..b9d65cf --- /dev/null +++ b/python3-install-path-fix.patch @@ -0,0 +1,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', + ) + |