]> git.lyx.org Git - features.git/commitdiff
cmake: also install locale into the resource dir on windows
authorPeter Kümmel <syntheticpp@gmx.net>
Tue, 1 Jun 2010 13:32:10 +0000 (13:32 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Tue, 1 Jun 2010 13:32:10 +0000 (13:32 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34579 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/modules/FindLyXGettext.cmake

index 4f84edf79cd24b373a08cce2592a9375bae3ca6a..4474ba2186368aa8a75b615b83be35ae68149c05 100755 (executable)
@@ -51,7 +51,7 @@ MACRO(GETTEXT_CREATE_TRANSLATIONS _potFile _firstPoFile)
          DEPENDS ${_absPotFile} ${_absFile} 
       )
 
-      INSTALL(FILES ${_gmoFile} DESTINATION ${LYX_LOCALEDIR}/${_lang}/LC_MESSAGES RENAME ${_potBasename}.mo) 
+      INSTALL(FILES ${_gmoFile} DESTINATION ${LYX_ABS_INSTALLED_LOCALEDIR}/${_lang}/LC_MESSAGES RENAME ${_potBasename}.mo) 
       SET(_gmoFiles ${_gmoFiles} ${_gmoFile})
 
    ENDFOREACH (_currentPoFile )