summaryrefslogtreecommitdiffstats
path: root/tdeioslave/finger/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tdeioslave/finger/CMakeLists.txt')
-rw-r--r--tdeioslave/finger/CMakeLists.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/tdeioslave/finger/CMakeLists.txt b/tdeioslave/finger/CMakeLists.txt
index 65088aaf4..0a94620f4 100644
--- a/tdeioslave/finger/CMakeLists.txt
+++ b/tdeioslave/finger/CMakeLists.txt
@@ -22,7 +22,12 @@ link_directories(
##### other data ################################
-install( FILES finger.protocol DESTINATION ${SERVICES_INSTALL_DIR} )
+tde_create_translated_desktop(
+ SOURCE finger.protocol
+ DESTINATION ${SERVICES_INSTALL_DIR}
+ PO_DIR tdeioslave-desktops
+)
+
install( FILES tdeio_finger.pl tdeio_finger.css DESTINATION ${DATA_INSTALL_DIR}/tdeio_finger )