summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-08-09 14:43:24 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-08-16 00:18:32 +0200
commit1eb94c672d7341deaee4fb09b31905e3a009c079 (patch)
tree5c3a489f3cdc801f3f217a0e42d69da6893222ba
parentf75b05bac9bbafad8f6d21312f4b52b042e3a0dd (diff)
downloadtdelibs-1eb94c672d7341deaee4fb09b31905e3a009c079.tar.gz
tdelibs-1eb94c672d7341deaee4fb09b31905e3a009c079.zip
Fix language switching
Thanks to Francois Andriot for the patch! (cherry picked from commit d93d02f5e66c89b00624750961da18c503172482)
-rw-r--r--kdecore/CMakeLists.txt4
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 )