Code review comment for lp:~paulliu/unity/i18n-po-msgmerge

Revision history for this message
MichaƂ Sawicz (saviq) wrote :

46 + COMMAND install -D ${_gmoFile} ${CMAKE_CURRENT_BINARY_DIR}/locale/${_lang}/LC_MESSAGES/unity8.mo

50 + INSTALL (FILES ${CMAKE_CURRENT_BINARY_DIR}/${_lang}.gmo DESTINATION ${CMAKE_INSTALL_PREFIX}/share/locale/${_lang}/LC_MESSAGES/ RENAME unity8.mo)

Can we make "unity8" a variable please?

review: Needs Fixing

« Back to merge proposal