diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt index e45f8e6a7c..f523af4bb6 100644 --- a/src/gui/CMakeLists.txt +++ b/src/gui/CMakeLists.txt @@ -222,7 +222,7 @@ if(NOT BUILD_OWNCLOUD_OSX_BUNDLE) endforeach( _file ) endif(NOT WIN32) - install(FILES ${client_I18N} DESTINATION ${DATADIR}/${APPLICATION_EXECUTABLE}/i18n) + install(FILES ${client_I18N} DESTINATION ${SHAREDIR}/${APPLICATION_EXECUTABLE}/i18n) # we may not add MACOSX_BUNDLE here, if not building one