From d93d02f5e66c89b00624750961da18c503172482 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 9 Aug 2012 14:43:24 -0500 Subject: Fix language switching Thanks to Francois Andriot for the patch! --- tdecore/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdecore/CMakeLists.txt') 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 ) -- cgit v1.2.1