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:
authorPhil Davis <phil.davis@inf.org>2015-09-10 14:49:26 +0300
committerPhil Davis <phil.davis@inf.org>2015-09-10 14:49:26 +0300
commitb490be22679047cb7f5c297dc710c46a6e17723e (patch)
tree5c07932e6a9e92f16d896ac08290d41ff18ff31b /src/crashreporter
parent995b42d0fc31bee5882b2f6a704400f4f221c192 (diff)
cmd and crashreporter minor typos
nothing important here
Diffstat (limited to 'src/crashreporter')
-rw-r--r--src/crashreporter/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crashreporter/CMakeLists.txt b/src/crashreporter/CMakeLists.txt
index 158d39a17..b73e38fab 100644
--- a/src/crashreporter/CMakeLists.txt
+++ b/src/crashreporter/CMakeLists.txt
@@ -58,7 +58,7 @@ if(NOT BUILD_LIBRARIES_ONLY)
if(BUILD_OWNCLOUD_OSX_BUNDLE)
get_target_property (QT_QMAKE_EXECUTABLE Qt5::qmake IMPORTED_LOCATION)
install(CODE "
- message(STATUS \"Deploying (Qt) dependencies and fixing library pathes...\")
+ message(STATUS \"Deploying (Qt) dependencies and fixing library paths...\")
execute_process(COMMAND \"${CMAKE_SOURCE_DIR}/admin/osx/macdeployqt.py\" ${CMAKE_INSTALL_PREFIX}/${OWNCLOUD_OSX_BUNDLE} ${QT_QMAKE_EXECUTABLE})
" COMPONENT RUNTIME)
endif()