diff options
| author | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-11-16 20:08:11 +0100 |
|---|---|---|
| committer | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-11-16 20:08:11 +0100 |
| commit | 16a67a95379d3c3074df933aa4a752dac8294f50 (patch) | |
| tree | b2a972b2bcd69b0f786f05580b637b9f09c4b163 /po/CMakeLists.txt | |
| parent | 9409866300a782ac6cef5d62e3e7dc51a8b91738 (diff) | |
Ooops fix case sensitivity :]
Diffstat (limited to 'po/CMakeLists.txt')
| -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 5266834..d112d86 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -43,7 +43,7 @@ FOREACH ( _current_PO_FILE ${_po_files} ) DEPENDS ${_current_PO_FILE} ) INSTALL ( FILES "${STORE_DIR}/${_gmoFile}" - DESTINATION "${CMAKE_INSTALL_LOCALEDIR}/${_lang}/LC_MESSAGES/" RENAME ${domain}.mo ) + DESTINATION "${CMAKE_INSTALL_LOCALEDIR}/${_lang}/LC_MESSAGES/" RENAME ${DOMAIN}.mo ) LIST ( APPEND _gmoFiles "${STORE_DIR}/${_gmoFile}" ) ENDIF ( EXISTS ${_current_PO_FILE} ) ENDFOREACH ( _current_PO_FILE ) |