[Pkg-owncloud-commits] [owncloud-client] 167/332: NSIS: fix typo

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Aug 14 21:06:55 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 997559dc6d13d15730f0d5ec36a92d0eee0a244e
Author: Daniel Molkentin <danimo at owncloud.com>
Date:   Thu Jul 3 09:16:54 2014 +0200

    NSIS: fix typo
---
 cmake/modules/NSIS.template.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/modules/NSIS.template.in b/cmake/modules/NSIS.template.in
index bd2adc5..934a5c8 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -371,7 +371,7 @@ Section "${APPLICATION_NAME}" SEC_APPLICATION
    File "${BUILD_PATH}\bin\${APPLICATION_EXECUTABLE}"
    File "${BUILD_PATH}\bin\${APPLICATION_CMD_EXECUTABLE}"
    File "${BUILD_PATH}\src\lib${APPLICATION_SHORTNAME}sync.dll"
-   File "${BUILD_PATH}\csync\src\socketapiclient.dll"
+   File "${BUILD_PATH}\csync\src\socketapiclient.exe"
    File "${BUILD_PATH}\csync\src\libocsync.dll"
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list