diff options
-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 |