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-09-27 15:16:14 +0400
committerKlaas Freitag <freitag@owncloud.com>2012-09-27 15:16:14 +0400
commitd09693f19143c69a97d43b0f706a460de38ca3ee (patch)
tree79f7a31fc09fc74308fae791a6cea5d2e004ba4e /cmake
parente4024015a4576db4e557019137a47b4ea0be80c0 (diff)
Read sync-exclude.lst from /etc/ownCloud, renamed from exclude.lst.
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 1fd3ff8e9..0fc6ad8ce 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -351,7 +351,7 @@ Section "${APPLICATION_NAME}" SEC_OWNCLOUD
; CSync configs
File "${CSYNC_CONFIG_DIR}/csync.conf"
- File "${SOURCE_PATH}/exclude.lst"
+ File "${SOURCE_PATH}/sync-exclude.lst"
SectionEnd