From a87602af3f121e3329d807be70d2d42a9e1391e1 Mon Sep 17 00:00:00 2001 From: hefee Date: Tue, 11 Aug 2015 15:11:46 +0200 Subject: [PATCH] use SHAREDIR for i18n SHAREDIR is used in src/gui/application.cpp and should also use that in CMakeLists.txt. --- src/gui/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt index e45f8e6a7..f523af4bb 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