diff options
Diffstat (limited to 'eclass/kde4-functions.eclass')
| -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 2cd098069bc..3de79980df8 100644 --- a/eclass/kde4-functions.eclass +++ b/eclass/kde4-functions.eclass @@ -113,6 +113,7 @@ enable_selected_linguas() { done comment_all_add_subdirectory "${KDE_LINGUAS_DIR:-${S}/po}" for lingua in ${LINGUAS}; do + ebegin "Enabling LANGUAGE: ${lingua}" if [ -d "${S}"/po/"${lingua}" ]; then sed -e "/add_subdirectory([[:space:]]*${lingua}[[:space:]]*)[[:space:]]*$/ s/^#DONOTCOMPILE //" \ -e "/ADD_SUBDIRECTORY([[:space:]]*${lingua}[[:space:]]*)[[:space:]]*$/ s/^#DONOTCOMPILE //" \ @@ -121,6 +122,7 @@ enable_selected_linguas() { if [ -e "${S}"/po/"${lingua}".po.old ]; then mv "${S}"/po/"${lingua}".po.old "${S}"/po/"${lingua}".po fi + eend $? done } |
