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>2021-06-10 14:02:17 +0300
committerHannah von Reth <vonreth@kde.org>2021-06-10 16:14:09 +0300
commit8d592124b8f3e1a8872ede6639fca86667073f27 (patch)
tree6ebd6281f042ad2e17cbf7adf8af9d25e6e43747 /src/gui/CMakeLists.txt
parente964a5d9426fdf3598f8628fe998636a5b267882 (diff)
Fix translation location for branded clients
Diffstat (limited to 'src/gui/CMakeLists.txt')
-rw-r--r--src/gui/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt
index ae8bbfc20..5194120dd 100644
--- a/src/gui/CMakeLists.txt
+++ b/src/gui/CMakeLists.txt
@@ -237,7 +237,7 @@ if(NOT APPLE)
endforeach(_file)
endif()
- install(FILES ${client_I18N} DESTINATION ${DATA_INSTALL_DIR}/${APPLICATION_EXECUTABLE}/i18n)
+ install(FILES ${client_I18N} DESTINATION ${DATA_INSTALL_DIR}/${APPLICATION_NAME}/i18n)
# we may not add MACOSX_BUNDLE here, if not building one
else()