aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/fcitx-table-other/files/patch-tables__CMakeLists.txt
blob: 63a02339f408c9dfadb71bdb16f54a2bd56e36d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- tables/CMakeLists.txt.orig	2017-02-10 04:01:32 UTC
+++ tables/CMakeLists.txt
@@ -60,5 +60,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")