summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n/ibus-table/files/ibus-table-1.5.0-pycompile.patch')
-rw-r--r--app-i18n/ibus-table/files/ibus-table-1.5.0-pycompile.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/app-i18n/ibus-table/files/ibus-table-1.5.0-pycompile.patch b/app-i18n/ibus-table/files/ibus-table-1.5.0-pycompile.patch
new file mode 100644
index 000000000000..a492607eca27
--- /dev/null
+++ b/app-i18n/ibus-table/files/ibus-table-1.5.0-pycompile.patch
@@ -0,0 +1,13 @@
+diff --git a/engine/Makefile.in b/engine/Makefile.in
+index c9d1a42..4d25a09 100644
+--- a/engine/Makefile.in
++++ b/engine/Makefile.in
+@@ -418,7 +418,7 @@ install-engine_tablePYTHON: $(engine_table_PYTHON)
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(engine_tabledir)" || exit $$?; \
+ done || exit $$?; \
+ if test -n "$$dlist"; then \
+- $(am__py_compile) --destdir "$(DESTDIR)" \
++ $(py_compile) --destdir "$(DESTDIR)" \
+ --basedir "$(engine_tabledir)" $$dlist; \
+ else :; fi
+