mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
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:
parent
017895d3b1
commit
c8accd2472
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue