2022-09-21 08:17:40 +00:00
|
|
|
Index: mathgl-8.0.1/CMakeLists.txt
|
2012-12-16 11:28:01 +00:00
|
|
|
===================================================================
|
2022-09-21 08:17:40 +00:00
|
|
|
--- mathgl-8.0.1.orig/CMakeLists.txt
|
|
|
|
|
+++ mathgl-8.0.1/CMakeLists.txt
|
|
|
|
|
@@ -296,7 +296,7 @@ set(MGL_DEF_FONT "STIX" CACHE STRING "Se
|
2012-10-24 07:56:25 +00:00
|
|
|
if(NOT WIN32)
|
2013-05-03 08:41:50 +00:00
|
|
|
# set(MGL_CGI_PATH "${CMAKE_INSTALL_PREFIX}/share/mathgl")
|
|
|
|
|
set(MGL_DATA_PATH "${CMAKE_INSTALL_PREFIX}/share/mathgl")
|
|
|
|
|
- set(MGL_DOC_PATH "${CMAKE_INSTALL_PREFIX}/share/doc/mathgl")
|
|
|
|
|
+ set(MGL_DOC_PATH "${CMAKE_INSTALL_PREFIX}/share/doc/packages/mathgl")
|
|
|
|
|
set(MGL_MAN_PATH "${CMAKE_INSTALL_PREFIX}/share/man")
|
|
|
|
|
set(MGL_INFO_PATH "${CMAKE_INSTALL_PREFIX}/share/info")
|
|
|
|
|
set(MGL_FONT_PATH "${MGL_DATA_PATH}/fonts")
|