kdecore: install all_languages where it belongs

applications search for it in the "locale" resource which points
to the top-level locales directory (usually /usr/share/locale)
and the resource lookups do no do recursive search for it which
means that they would never find it prior to this change

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2016-04-24 23:43:58 +00:00
parent 017895d3b1
commit c8accd2472

View file

@ -388,7 +388,7 @@ install(
FILES
localization/entry.desktop
${CMAKE_CURRENT_BINARY_DIR}/all_languages
DESTINATION ${LOCALE_INSTALL_DIR}/en_US
DESTINATION ${LOCALE_INSTALL_DIR}
)
install(