diff options
author | ormorph <roma251078@mail.ru> | 2021-11-15 17:43:19 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2021-11-15 20:29:06 +0300 |
commit | ffbff856abb47b6fb62cdd430211c67f67478c5b (patch) | |
tree | 87e11743366f0f7d5605a8b8dea9d96d3d576491 /eclass | |
parent | 47004a75190ab50c24dba4c3ca68949a5031c591 (diff) | |
download | tde-packaging-gentoo-ffbff856abb47b6fb62cdd430211c67f67478c5b.tar.gz tde-packaging-gentoo-ffbff856abb47b6fb62cdd430211c67f67478c5b.zip |
Commented out the variable TRINITY_NO_TRANSLATIONS=yes
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/trinity-base-2.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/trinity-base-2.eclass b/eclass/trinity-base-2.eclass index 3916a1da..dc75ca95 100644 --- a/eclass/trinity-base-2.eclass +++ b/eclass/trinity-base-2.eclass @@ -327,9 +327,9 @@ trinity-base-2_src_prepare() { fi # If we removed all translations we should point it - if [[ -z $(find ${TEG_PO_DIR} -mindepth 1 -maxdepth 1 -type d) ]]; then - TRINITY_NO_TRANSLATIONS="yes" - fi + #if [[ -z $(find ${TEG_PO_DIR} -mindepth 1 -maxdepth 1 -type d) ]]; then + # TRINITY_NO_TRANSLATIONS="yes" + #fi # Remove not selected documentation if [[ -n "${TRINITY_DOC_LANGS}" ]]; then |