Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/chinese/fcitx-table-extra/files/patch-tables__CMakeLists.txt
18157 views
1
--- ./tables/CMakeLists.txt.orig 2013-09-02 08:32:18.000000000 +0900
2
+++ ./tables/CMakeLists.txt 2014-03-20 12:40:01.000000000 +0900
3
@@ -22,5 +22,5 @@
4
endforeach()
5
add_custom_target(table_data ALL DEPENDS ${MB_FILE})
6
7
-install(FILES ${CONF_FILE} DESTINATION ${FCITX4_PREFIX}/share/fcitx/table)
8
-install(FILES ${MB_FILE} DESTINATION ${FCITX4_PREFIX}/share/fcitx/table)
9
+install(FILES ${CONF_FILE} DESTINATION share/fcitx/table)
10
+install(FILES ${MB_FILE} DESTINATION share/fcitx/table)
11
12