diff options
Diffstat (limited to 'kpersonalizer/CMakeLists.txt')
-rw-r--r-- | kpersonalizer/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpersonalizer/CMakeLists.txt b/kpersonalizer/CMakeLists.txt index 313ff48a5..19c3a6698 100644 --- a/kpersonalizer/CMakeLists.txt +++ b/kpersonalizer/CMakeLists.txt @@ -27,7 +27,7 @@ link_directories( ##### other data ################################ tde_install_icons( ) -install( FILES kpersonalizer.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) +tde_create_translated_desktop( kpersonalizer.desktop ) install( FILES uninstall.desktop DESTINATION ${APPS_INSTALL_DIR}/System RENAME kpersonalizer.desktop ) |