Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2012-10-09 03:37:14 +0400
committerDaniel Molkentin <danimo@owncloud.com>2012-10-09 03:40:43 +0400
commitfdfafb6e70131652fa4d0cd6ee23fff357152ede (patch)
treebf64432c91a25165be5db9adaa14bca31be884d1 /CPackOptions.cmake.in
parent48d5261ba7a8d36f57ccf262cff3ff7624378b6b (diff)
NSI: add proper version of ocsync.conf
Diffstat (limited to 'CPackOptions.cmake.in')
-rw-r--r--CPackOptions.cmake.in2
1 files changed, 1 insertions, 1 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)