projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ce210f
)
use SHAREDIR for i18n
author
hefee
<hefee@netzguerilla.net>
Tue, 11 Aug 2015 13:11:46 +0000
(15:11 +0200)
committer
Sandro Knauß
<bugs@sandroknauss.de>
Tue, 11 Aug 2015 13:14:59 +0000
(15:14 +0200)
SHAREDIR is used in src/gui/application.cpp and should also use that in
CMakeLists.txt.
src/gui/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/src/gui/CMakeLists.txt
b/src/gui/CMakeLists.txt
index e45f8e6a7c77af7e4501e7185b1f1e3f7a87ac19..f523af4bb6511b73ec1facb4f3a4d0fe727e5bcc 100644
(file)
--- 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 ${
DATA
DIR}/${APPLICATION_EXECUTABLE}/i18n)
+ install(FILES ${client_I18N} DESTINATION ${
SHARE
DIR}/${APPLICATION_EXECUTABLE}/i18n)
# we may not add MACOSX_BUNDLE here, if not building one