1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2024-12-12 16:46:53 +01:00

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

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)