mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
install *.mo files correctly
This commit is contained in:
parent
e7615ddc22
commit
0690c3358d
@ -72,8 +72,8 @@ if(HAVE_WORKING_LIBINTL AND GETTEXT_FOUND AND XGETTEXT_PRG AND ICONV_PRG)
|
||||
|
||||
install_helper(
|
||||
FILES ${moFile}
|
||||
DESTINATION ${CMAKE_INSTALL_LOCALEDIR}/${name}/LC_MESSAGES
|
||||
RENAME nvim.mo)
|
||||
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/nvim/runtime/lang/${name}/LC_MESSAGES
|
||||
RENAME vim.mo)
|
||||
|
||||
list(APPEND LANGUAGE_MO_FILES ${moFile})
|
||||
endmacro()
|
||||
|
Loading…
Reference in New Issue
Block a user