diff options
Diffstat (limited to 'tdeioslave/svn/CMakeLists.txt')
-rw-r--r-- | tdeioslave/svn/CMakeLists.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tdeioslave/svn/CMakeLists.txt b/tdeioslave/svn/CMakeLists.txt index 7cac1966..6b79ac51 100644 --- a/tdeioslave/svn/CMakeLists.txt +++ b/tdeioslave/svn/CMakeLists.txt @@ -31,10 +31,13 @@ link_directories( ##### other data ################################ -install( FILES +tde_create_translated_desktop( + SOURCE svn+http.protocol svn+https.protocol svn+file.protocol svn+ssh.protocol svn.protocol - DESTINATION ${SERVICES_INSTALL_DIR} ) + DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR tdeioslave-desktops +) ##### tdeio_svn (module) ########################## |