From fdfafb6e70131652fa4d0cd6ee23fff357152ede Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Tue, 9 Oct 2012 01:37:14 +0200 Subject: [PATCH] NSI: add proper version of ocsync.conf --- CPackOptions.cmake.in | 2 +- cmake/modules/NSIS.template.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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