diff options
| -rw-r--r-- | eclass/kde4-functions.eclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass index b33f649f2bc..740c580d48e 100644 --- a/eclass/kde4-functions.eclass +++ b/eclass/kde4-functions.eclass @@ -122,6 +122,8 @@ done enable_selected_linguas() { local lingua sr_mess wp + # if there is no lingas defined we enable everything + [[ ${LINGUAS:?"FALSE"} = FALSE ]] && return # ebuild overridable linguas directory definition KDE_LINGUAS_DIR=${KDE_LINGUAS_DIR:="${S}/po"} cd "${KDE_LINGUAS_DIR}" || die "wrong linguas dir specified" |
