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
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2019-12-04 13:04:35 +0300
committerHannah von Reth <vonreth@kde.org>2020-01-09 17:39:32 +0300
commitf17b30515167d3e679f30118e52c41385787faba (patch)
treececdefa3882854c102ebf648a133528bd227c365 /shell_integration
parent3d0325b72f6043e57e3414ec46e898061d1a299a (diff)
[CMAKE] Do not create a deployable mac bundle during build
This simplifies the cmake scripts and reduces build times
Diffstat (limited to 'shell_integration')
-rw-r--r--shell_integration/MacOSX/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell_integration/MacOSX/CMakeLists.txt b/shell_integration/MacOSX/CMakeLists.txt
index 4173f6e94..99216ef94 100644
--- a/shell_integration/MacOSX/CMakeLists.txt
+++ b/shell_integration/MacOSX/CMakeLists.txt
@@ -17,7 +17,7 @@ add_custom_target( mac_overlayplugin ALL
add_dependencies(mac_overlayplugin ${APPLICATION_EXECUTABLE}) # for the ownCloud.icns to be generated
INSTALL(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/Release/FinderSyncExt.appex
- DESTINATION ${OWNCLOUD_OSX_BUNDLE}/Contents/PlugIns
+ DESTINATION ${PLUGIN_INSTALL_DIR}
USE_SOURCE_PERMISSIONS)
endif(APPLE)