diff options
Diffstat (limited to 'po')
-rw-r--r-- | po/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index 9c8ddef3..2eb10e7b 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -46,7 +46,7 @@ foreach(lang ${po_FILES}) ) install(FILES ${mo} - DESTINATION "${LOCALE_DIR}/${lang}/LC_MESSAGES" + DESTINATION "${CMAKE_INSTALL_FULL_LOCALEDIR}/${lang}/LC_MESSAGES" RENAME tigervnc.mo ) |