[Pkg-owncloud-commits] [owncloud-client] 168/332: NSIS: look for socketapiclient in the right place

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 2961c44bbe1760f3094cc2381c60ab4b8686f594
Author: Daniel Molkentin <danimo at owncloud.com>
Date:   Thu Jul 3 09:35:45 2014 +0200

    NSIS: look for socketapiclient in the right place
---
 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 934a5c8..5f0a204 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -370,8 +370,8 @@ Section "${APPLICATION_NAME}" SEC_APPLICATION
    ;Main executable & csync
    File "${BUILD_PATH}\bin\${APPLICATION_EXECUTABLE}"
    File "${BUILD_PATH}\bin\${APPLICATION_CMD_EXECUTABLE}"
+   File "${BUILD_PATH}\bin\socketapiclient.exe"
    File "${BUILD_PATH}\src\lib${APPLICATION_SHORTNAME}sync.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