mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Merge pull request #3589 from owncloud/sharedir
Use SHAREDIR for i18n dir
This commit is contained in:
commit
62d64acd7b
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user