From 16a67a95379d3c3074df933aa4a752dac8294f50 Mon Sep 17 00:00:00 2001 From: Tomáš Chvátal Date: Mon, 16 Nov 2009 20:08:11 +0100 Subject: Ooops fix case sensitivity :] --- po/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po/CMakeLists.txt') 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 ) -- cgit v1.2.3