diff options
Diffstat (limited to 'tderesources/kolab/CMakeLists.txt')
-rw-r--r-- | tderesources/kolab/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tderesources/kolab/CMakeLists.txt b/tderesources/kolab/CMakeLists.txt index 01acd3972..d8d194432 100644 --- a/tderesources/kolab/CMakeLists.txt +++ b/tderesources/kolab/CMakeLists.txt @@ -14,5 +14,5 @@ add_subdirectory( kabc ) add_subdirectory( knotes ) add_subdirectory( kcal ) -install( FILES kolab-resource.upd DESTINATION ${DATA_INSTALL_DIR}/kconf_update ) -install( PROGRAMS upgrade-resourcetype.pl DESTINATION ${DATA_INSTALL_DIR}/kconf_update ) +install( FILES kolab-resource.upd DESTINATION ${DATA_INSTALL_DIR}/tdeconf_update ) +install( PROGRAMS upgrade-resourcetype.pl DESTINATION ${DATA_INSTALL_DIR}/tdeconf_update ) |