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