diff options
Diffstat (limited to 'conduits/malconduit/CMakeLists.txt')
-rw-r--r-- | conduits/malconduit/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conduits/malconduit/CMakeLists.txt b/conduits/malconduit/CMakeLists.txt index 781f4a4..46b9407 100644 --- a/conduits/malconduit/CMakeLists.txt +++ b/conduits/malconduit/CMakeLists.txt @@ -25,7 +25,8 @@ tde_add_kpart( conduit_mal AUTOMOC ##### other data ################################ -install( FILES mal_conduit.desktop +tde_create_translated_desktop( + SOURCE mal_conduit.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) |