diff --git a/CPackOptions.cmake.in b/CPackOptions.cmake.in index 81d862c54..f4a732fd7 100644 --- a/CPackOptions.cmake.in +++ b/CPackOptions.cmake.in @@ -25,7 +25,7 @@ if(CSYNC_BINARY_DIR) else() set( CSYNC_LIBRARY_DIR "${MINGW_ROOT}/bin" ) set( CSYNC_PLUGIN_DIR "${MINGW_ROOT}/plugins-0" ) #FIXME: whatever it is - set( CSYNC_CONFIG_DIR "${MINGW_ROOT}/etc/csync" ) + set( CSYNC_CONFIG_DIR "${MINGW_ROOT}/etc/ocsync" ) endif() set( BUILD_OWNCLOUD_OSX_BUNDLE @BUILD_OWNCLOUD_OSX_BUNDLE@) if(APPLE AND NOT BUILD_OWNCLOUD_OSX_BUNDLE) diff --git a/cmake/modules/NSIS.template.in b/cmake/modules/NSIS.template.in index 925ef53f4..826840160 100644 --- a/cmake/modules/NSIS.template.in +++ b/cmake/modules/NSIS.template.in @@ -350,7 +350,7 @@ Section "${APPLICATION_NAME}" SEC_OWNCLOUD File "${MING_BIN}\libssl-8.dll" ; CSync configs - File "${CSYNC_CONFIG_DIR}/csync.conf" + File "${CSYNC_CONFIG_DIR}/ocsync.conf" File "${SOURCE_PATH}/sync-exclude.lst" SectionEnd