[Pkg-owncloud-commits] [owncloud-client] 29/38: Sparkle: Keep permissions from bundle
Sandro Knauß
hefee-guest at moszumanska.debian.org
Fri Sep 5 20:20:57 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch sid
in repository owncloud-client.
commit c46f1aba8912640b322139b9d8da77d2009099e3
Author: Markus Goetz <markus at woboq.com>
Date: Sun Aug 31 18:57:39 2014 +0200
Sparkle: Keep permissions from bundle
(cherry picked from commit 0be4b59cff0d181f3638cc5af311df96efece7dd)
---
src/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 3aeee36..e09169c 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -248,7 +248,7 @@ else()
install(TARGETS ${synclib_NAME} DESTINATION ${OWNCLOUD_OSX_BUNDLE}/Contents/MacOS)
if (SPARKLE_FOUND)
install(DIRECTORY "${SPARKLE_LIBRARY}"
- DESTINATION "${OWNCLOUD_OSX_BUNDLE}/Contents/Frameworks")
+ DESTINATION "${OWNCLOUD_OSX_BUNDLE}/Contents/Frameworks" USE_SOURCE_PERMISSIONS)
endif (SPARKLE_FOUND)
endif()
--
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