summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2021-11-15 17:43:19 +0300
committerormorph <roma251078@mail.ru>2021-11-15 20:29:06 +0300
commitffbff856abb47b6fb62cdd430211c67f67478c5b (patch)
tree87e11743366f0f7d5605a8b8dea9d96d3d576491
parent47004a75190ab50c24dba4c3ca68949a5031c591 (diff)
downloadtde-packaging-gentoo-ffbff856.tar.gz
tde-packaging-gentoo-ffbff856.zip
Commented out the variable TRINITY_NO_TRANSLATIONS=yes
Signed-off-by: ormorph <roma251078@mail.ru>
-rw-r--r--eclass/trinity-base-2.eclass6
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