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:
authorDominik Schmidt <dev@dominik-schmidt.de>2012-04-26 18:37:00 +0400
committerDominik Schmidt <dev@dominik-schmidt.de>2012-04-26 18:37:00 +0400
commitb5f43a89ea9004150a4052337ea39aa319c5c7bd (patch)
treef1b3665c45736953ce9dd9fa71c0dc208307f458 /cmake
parent2cf667f055cf215edff2815b0dcdcd58d16f041d (diff)
win: copy exclude.lst from correct location into the installer
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 21285a67d..1c3b7bae7 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -326,7 +326,7 @@ Section "${APPLICATION_NAME}" SEC_OWNCLOUD_PLAYER
; CSync configs
File "/home/kf/owncloud.com/win/csync/config/csync.conf"
- File "/home/kf/owncloud.com/mirall/exclude.lst"
+ File "${SOURCE_PATH}/exclude.lst"
SectionEnd