commit: 7a2eb1cc7c65b32f9abd0a43ab7bf18ca0dbdef8 Author: Marc A. Kastner <798036+mkasu <AT> users <DOT> noreply <DOT> github <DOT> com> AuthorDate: Tue Feb 3 15:44:18 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Feb 3 20:11:13 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a2eb1cc
app-i18n/mozc: fix mozcdic-ut.txt Bug: https://bugs.gentoo.org/877765 Signed-off-by: Marc A. Kastner <798036+mkasu <AT> users.noreply.github.com> Part-of: https://github.com/gentoo/gentoo/pull/45620 Closes: https://github.com/gentoo/gentoo/pull/45620 Signed-off-by: Sam James <sam <AT> gentoo.org> .../mozc/{mozc-2.32.5994.102.ebuild => mozc-2.32.5994.102-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/mozc/mozc-2.32.5994.102.ebuild b/app-i18n/mozc/mozc-2.32.5994.102-r1.ebuild similarity index 99% rename from app-i18n/mozc/mozc-2.32.5994.102.ebuild rename to app-i18n/mozc/mozc-2.32.5994.102-r1.ebuild index dcbd4c2ef66a..cdae16068883 100644 --- a/app-i18n/mozc/mozc-2.32.5994.102.ebuild +++ b/app-i18n/mozc/mozc-2.32.5994.102-r1.ebuild @@ -205,7 +205,7 @@ src_prepare() { # bug #877765 restore_config mozcdic-ut.txt - if [[ -f /mozcdic-ut.txt && -s mozcdic-ut.txt ]]; then + if [[ -f mozcdic-ut.txt && -s mozcdic-ut.txt ]]; then einfo "mozcdic-ut.txt found. Adding to mozc dictionary..." cat mozcdic-ut.txt >> "${S}"/data/dictionary_oss/dictionary00.txt || die fi
