diff options
-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 ) |