Merge pull request #3589 from owncloud/sharedir

Use SHAREDIR for i18n dir
This commit is contained in:
Markus Goetz 2015-08-13 16:02:11 +02:00
commit 62d64acd7b

View file

@ -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