diff options
Diffstat (limited to 'file-integration/CMakeLists.txt')
-rw-r--r-- | file-integration/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/file-integration/CMakeLists.txt b/file-integration/CMakeLists.txt index 1e3acb4..7825a78 100644 --- a/file-integration/CMakeLists.txt +++ b/file-integration/CMakeLists.txt @@ -51,12 +51,12 @@ install( DESTINATION ${CONFIG_INSTALL_DIR}/magic ) -install( - FILES x-basket-archive.desktop x-basket-template.desktop +tde_create_translated_desktop( + SOURCE x-basket-archive.desktop x-basket-template.desktop DESTINATION ${MIME_INSTALL_DIR}/application ) -install( - FILES basketthumbcreator.desktop +tde_create_translated_desktop( + SOURCE basketthumbcreator.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) |