diff options
Diffstat (limited to 'conduits/sysinfoconduit/CMakeLists.txt')
-rw-r--r-- | conduits/sysinfoconduit/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conduits/sysinfoconduit/CMakeLists.txt b/conduits/sysinfoconduit/CMakeLists.txt index 36a3172..e3bd1fc 100644 --- a/conduits/sysinfoconduit/CMakeLists.txt +++ b/conduits/sysinfoconduit/CMakeLists.txt @@ -29,7 +29,8 @@ install( FILES Template.html Template.txt DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/sysinfoconduit ) -install( FILES sysinfo_conduit.desktop +tde_create_translated_desktop( + SOURCE sysinfo_conduit.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) |