diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-08-09 14:43:24 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-08-09 14:43:24 -0500 |
commit | d93d02f5e66c89b00624750961da18c503172482 (patch) | |
tree | ed86d284ce2167846811aeb15693dc44b42d4dda /tdecore | |
parent | bf9b9d6bd937bda29930d181c49d37b3e094179b (diff) | |
download | tdelibs-d93d02f5e66c89b00624750961da18c503172482.tar.gz tdelibs-d93d02f5e66c89b00624750961da18c503172482.zip |
Fix language switching
Thanks to Francois Andriot for the patch!
Diffstat (limited to 'tdecore')
-rw-r--r-- | tdecore/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/CMakeLists.txt b/tdecore/CMakeLists.txt index 2dc9ba9f1..4fa1e4cca 100644 --- a/tdecore/CMakeLists.txt +++ b/tdecore/CMakeLists.txt @@ -76,7 +76,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 ) @@ -90,7 +91,6 @@ install( FILES kmdcodec_compat.h install( FILES eventsrc DESTINATION ${DATA_INSTALL_DIR}/knotify ) - ##### libtdecore ################################ set( target tdecore ) |