Skip to content

Commit 74b1d77

Browse files
committed
Revert fcitx5 submodules to stable version
fcitx5 5.1.12 libime 1.1.10 libime-jyutping 1.0.13
1 parent 48f31ec commit 74b1d77

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

fcitx5

Submodule fcitx5 updated 262 files

libime

Submodule libime updated 63 files

src/Rules/Fcitx5.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ hostFcitx5Rule = do
4545
-- ignore install errors
4646
Exit _ <- cmd "cmake" "--install" buildDir
4747
-- install "comp-spell-dict" manually
48-
copyFile' (buildDir </> "bin" </> "comp-spell-dict") $ hostPrefix </> "bin" </> "comp-spell-dict"
48+
copyFile' (buildDir </> "src" </> "modules" </> "spell" </> "comp-spell-dict") $ hostPrefix </> "bin" </> "comp-spell-dict"
4949
pure ()
5050

5151
--------------------------------------------------------------------------------

0 commit comments

Comments
 (0)