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
path: root/cmake
diff options
context:
space:
mode:
authorKlaas Freitag <freitag@owncloud.com>2012-10-05 12:03:16 +0400
committerKlaas Freitag <freitag@owncloud.com>2012-10-05 12:03:16 +0400
commit736a8dc4575d1289cb0c5e35406b767ad5c79088 (patch)
tree0b50db4b5fcb7d410f48231a19ad221a8b06f7c6 /cmake
parent3a983b428f01393e33e008301dcea05524829a9e (diff)
fixed name of the csync owncloud module.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/NSIS.template.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/NSIS.template.in b/cmake/modules/NSIS.template.in
index 11928c2ba..925ef53f4 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -305,7 +305,7 @@ Section "${APPLICATION_NAME}" SEC_OWNCLOUD
; FIXME: fix installation dir of module, currently needs manual copying to
; /usr/i686-w64-mingw32/sys-root/mingw/bin/csync_modules/
- File "${CSYNC_PLUGIN_DIR}/csync_owncloud.dll"
+ File "${CSYNC_PLUGIN_DIR}/ocsync_owncloud.dll"
SetOutPath "$INSTDIR"
!endif