diff options
Diffstat (limited to 'astro/qmapshack/files/patch-cmake_Modules_DefineInstallationPaths.cmake')
-rw-r--r-- | astro/qmapshack/files/patch-cmake_Modules_DefineInstallationPaths.cmake | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/astro/qmapshack/files/patch-cmake_Modules_DefineInstallationPaths.cmake b/astro/qmapshack/files/patch-cmake_Modules_DefineInstallationPaths.cmake index e4c37a5e153c..8fd3709ff063 100644 --- a/astro/qmapshack/files/patch-cmake_Modules_DefineInstallationPaths.cmake +++ b/astro/qmapshack/files/patch-cmake_Modules_DefineInstallationPaths.cmake @@ -1,5 +1,14 @@ ---- cmake/Modules/DefineInstallationPaths.cmake.orig 2018-09-08 09:17:56 UTC +--- cmake/Modules/DefineInstallationPaths.cmake.orig 2020-03-27 08:07:31 UTC +++ cmake/Modules/DefineInstallationPaths.cmake +@@ -59,7 +59,7 @@ if (UNIX) + FORCE + ) + SET(HTML_INSTALL_DIR +- "${DATA_INSTALL_PREFIX}/doc/HTML" ++ "${DATA_INSTALL_PREFIX}/doc/${_PROJECT_NAME}/HTML" + CACHE PATH "The HTML install dir for documentation (default data/doc/html)" + FORCE + ) @@ -97,7 +97,7 @@ if (UNIX) FORCE ) |