diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index eb7e34495..f8024f97b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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)