mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 22:06:15 +00:00
cmake: fix wrong install path
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37925 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a02849a0eb
commit
25274723b0
@ -52,7 +52,7 @@ MACRO(GETTEXT_CREATE_TRANSLATIONS _potFile _firstPoFile)
|
|||||||
DEPENDS ${_absPotFile} ${_absFile}
|
DEPENDS ${_absPotFile} ${_absFile}
|
||||||
)
|
)
|
||||||
|
|
||||||
INSTALL(FILES ${_gmoFile} DESTINATION ${LYX_ABS_INSTALLED_LOCALEDIR}/${_lang}/LC_MESSAGES RENAME ${_potBasename}.mo)
|
INSTALL(FILES ${_gmoFile} DESTINATION ${LYX_DATA_SUBDIR}${LYX_LOCALEDIR}/${_lang}/LC_MESSAGES RENAME ${_potBasename}.mo)
|
||||||
SET(_gmoFiles ${_gmoFiles} ${_gmoFile})
|
SET(_gmoFiles ${_gmoFiles} ${_gmoFile})
|
||||||
|
|
||||||
ENDFOREACH (_currentPoFile )
|
ENDFOREACH (_currentPoFile )
|
||||||
|
Loading…
Reference in New Issue
Block a user