]> 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:11:03 +0000 (13:11 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Tue, 1 Jun 2010 13:11:03 +0000 (13:11 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34576 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/CMakeLists.txt

index b0b6850e4b4bb136a0ba6020168938654d7fb72a..7489b8cf373802c49cff45cee2cf1ca3d505fec0 100644 (file)
@@ -106,7 +106,7 @@ endif()
 
 set(LYX_ABS_INSTALLED_DATADIR "${CMAKE_INSTALL_PREFIX}")
 set(LYX_LOCALEDIR "locale")
-set(LYX_ABS_INSTALLED_LOCALEDIR "${LYX_ABS_INSTALLED_DATADIR}/${LYX_LOCALEDIR}")
+set(LYX_ABS_INSTALLED_LOCALEDIR "${LYX_ABS_INSTALLED_DATADIR}/${DATA_SUBDIR}${LYX_LOCALEDIR}")
 set(LYX_ABS_TOP_SRCDIR "${TOP_SRC_DIR}")