Browse Source

NSI: add proper version of ocsync.conf

Daniel Molkentin 13 years ago
parent
commit
fdfafb6e70
2 changed files with 2 additions and 2 deletions
  1. 1 1
      CPackOptions.cmake.in
  2. 1 1
      cmake/modules/NSIS.template.in

+ 1 - 1
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)

+ 1 - 1
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