summary refs log blame commit diff
path: root/pkgs/tools/inputmethods/fcitx-engines/fcitx-libpinyin/datapath.patch
blob: 84dd5fc8f462eb3027628e5ee79de1657bb788c1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                                                             
--- a/src/utils.cpp
+++ b/src/utils.cpp
@@ -9,12 +9,7 @@ char* FcitxLibPinyinGetSysPath(LIBPINYIN_LANGUAGE_TYPE type)
 #ifdef LIBPINYIN_TOOLS_FOUND
     if (type == LPLT_Simplified) {
 #endif
-        /* portable detect here */
-        if (getenv("FCITXDIR")) {
-            syspath = fcitx_utils_get_fcitx_path_with_filename("datadir", "libpinyin/data");
-        } else {
-            syspath = strdup(LIBPINYIN_PKGDATADIR "/data");
-        }
+        syspath = strdup(LIBPINYIN_PKGDATADIR "/data");
 #ifdef LIBPINYIN_TOOLS_FOUND
     }
     else {