diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-08-09 14:43:24 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-08-16 00:18:32 +0200 |
commit | 1eb94c672d7341deaee4fb09b31905e3a009c079 (patch) | |
tree | 5c3a489f3cdc801f3f217a0e42d69da6893222ba /kdecore | |
parent | f75b05bac9bbafad8f6d21312f4b52b042e3a0dd (diff) | |
download | tdelibs-1eb94c672d7341deaee4fb09b31905e3a009c079.tar.gz tdelibs-1eb94c672d7341deaee4fb09b31905e3a009c079.zip |
Fix language switching
Thanks to Francois Andriot for the patch!
(cherry picked from commit d93d02f5e66c89b00624750961da18c503172482)
Diffstat (limited to 'kdecore')
-rw-r--r-- | kdecore/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdecore/CMakeLists.txt b/kdecore/CMakeLists.txt index efe2c8f3c..8247de65b 100644 --- a/kdecore/CMakeLists.txt +++ b/kdecore/CMakeLists.txt @@ -73,7 +73,8 @@ install( FILES ##### other data ################################ -tde_install_empty_directory( ${LOCALE_INSTALL_DIR}/all_languages ) +install( FILES all_languages.desktop + DESTINATION ${LOCALE_INSTALL_DIR} RENAME all_languages ) install( FILES 40.colors Web.colors Royal.colors Rainbow.colors DESTINATION ${CONFIG_INSTALL_DIR}/colors ) @@ -87,7 +88,6 @@ install( FILES kmdcodec_compat.h install( FILES eventsrc DESTINATION ${DATA_INSTALL_DIR}/knotify ) - ##### libkdecore ################################ set( target kdecore ) |