mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Cmake build: Fix use of LYX_ABS_INSTALLED_DATADIR
(Wrong display at configuration time. Also wrong value in created config.h)
This commit is contained in:
parent
543038e64e
commit
dd154a5837
@ -575,7 +575,7 @@ if(NOT LYX_DATA_SUBDIR)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
set(LYX_ABS_INSTALLED_DATADIR "${CMAKE_INSTALL_PREFIX}")
|
||||
set(LYX_ABS_INSTALLED_DATADIR "${CMAKE_INSTALL_PREFIX}/${LYX_DATA_SUBDIR}")
|
||||
get_locale_destination(LYX_LOCALEDIR)
|
||||
set(LYX_ABS_INSTALLED_LOCALEDIR "${CMAKE_INSTALL_PREFIX}/${LYX_LOCALEDIR}")
|
||||
set(LYX_ABS_TOP_SRCDIR "${TOP_SRC_DIR}")
|
||||
|
@ -12,5 +12,5 @@
|
||||
|
||||
Format 25
|
||||
|
||||
\texinputs_prefix ".:@LYX_ABS_INSTALLED_DATADIR@/@LYX_DATA_SUBDIR@tex"
|
||||
\texinputs_prefix ".:@LYX_ABS_INSTALLED_DATADIR@tex"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user