X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=po%2FCMakeLists.txt;h=1980a58c8cfe00911269992131cfb627e392cd0f;hb=5254bd9e9ecd7e58d6afb03a5c4603b15e0aefc1;hp=6879f03fbf3c5886c1fcd85e93f507329d070b13;hpb=36edfc4bf4c89f83900ffa9d79eb1585f4e7726b;p=quassel.git diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index 6879f03f..1980a58c 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -64,7 +64,7 @@ set_directory_properties(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES "${qm_files};i18 if(EMBED_DATA) set(COMMON_RCS ${COMMON_RCS} ${resfile} PARENT_SCOPE) else(EMBED_DATA) - install(FILES ${qm_files} DESTINATION ${DATA_INSTALL_DIR}/quassel/translations) + install(FILES ${qm_files} DESTINATION ${CMAKE_INSTALL_DATADIR}/quassel/translations) endif(EMBED_DATA) add_custom_target(po DEPENDS ${qm_files})