summaryrefslogtreecommitdiffstats
path: root/tdeioslave/sieve/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tdeioslave/sieve/CMakeLists.txt')
-rw-r--r--tdeioslave/sieve/CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/tdeioslave/sieve/CMakeLists.txt b/tdeioslave/sieve/CMakeLists.txt
index 7e6628c83..561981880 100644
--- a/tdeioslave/sieve/CMakeLists.txt
+++ b/tdeioslave/sieve/CMakeLists.txt
@@ -23,7 +23,11 @@ link_directories(
##### other data ################################
-install( FILES sieve.protocol DESTINATION ${SERVICES_INSTALL_DIR} )
+tde_create_translated_desktop(
+ SOURCE sieve.protocol
+ DESTINATION ${SERVICES_INSTALL_DIR}
+ PO_DIR tdeioslave-desktops
+)
##### tdeio_sieve (module) ########################