Fix installation directory for translations

Fixes #512
This commit is contained in:
Jonas Kvinge 2020-08-15 11:08:47 +02:00
parent efc55fc648
commit 17799b03f3
1 changed files with 1 additions and 1 deletions

View File

@ -1208,7 +1208,7 @@ if(NOT APPLE)
endif()
if(HAVE_TRANSLATIONS AND INSTALL_TRANSLATIONS AND INSTALL_TRANSLATIONS_FILES)
install(FILES ${INSTALL_TRANSLATIONS_FILES} DESTINATION share/translations)
install(FILES ${INSTALL_TRANSLATIONS_FILES} DESTINATION share/strawberry/translations)
endif()
if(APPLE)