diff options
Diffstat (limited to 'chinese/fcitx-table-extra/files/patch-tables__CMakeLists.txt')
-rw-r--r-- | chinese/fcitx-table-extra/files/patch-tables__CMakeLists.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chinese/fcitx-table-extra/files/patch-tables__CMakeLists.txt b/chinese/fcitx-table-extra/files/patch-tables__CMakeLists.txt new file mode 100644 index 000000000000..134fd3a79ffd --- /dev/null +++ b/chinese/fcitx-table-extra/files/patch-tables__CMakeLists.txt @@ -0,0 +1,10 @@ +--- ./tables/CMakeLists.txt.orig 2013-09-02 08:32:18.000000000 +0900 ++++ ./tables/CMakeLists.txt 2014-03-20 12:40:01.000000000 +0900 +@@ -22,5 +22,5 @@ + endforeach() + add_custom_target(table_data ALL DEPENDS ${MB_FILE}) + +-install(FILES ${CONF_FILE} DESTINATION ${FCITX4_PREFIX}/share/fcitx/table) +-install(FILES ${MB_FILE} DESTINATION ${FCITX4_PREFIX}/share/fcitx/table) ++install(FILES ${CONF_FILE} DESTINATION share/fcitx/table) ++install(FILES ${MB_FILE} DESTINATION share/fcitx/table) |