summaryrefslogtreecommitdiffstats
path: root/gis/openorienteering-mapper/fix_doc_path.diff
diff options
context:
space:
mode:
Diffstat (limited to 'gis/openorienteering-mapper/fix_doc_path.diff')
-rw-r--r--gis/openorienteering-mapper/fix_doc_path.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/gis/openorienteering-mapper/fix_doc_path.diff b/gis/openorienteering-mapper/fix_doc_path.diff
new file mode 100644
index 0000000000..494cf3a975
--- /dev/null
+++ b/gis/openorienteering-mapper/fix_doc_path.diff
@@ -0,0 +1,12 @@
+diff -Naur mapper-0.8.2.orig/CMakeLists.txt mapper-0.8.2/CMakeLists.txt
+--- mapper-0.8.2.orig/CMakeLists.txt 2018-08-12 11:01:50.129865377 +0300
++++ mapper-0.8.2/CMakeLists.txt 2018-08-12 11:03:52.807861119 +0300
+@@ -152,7 +152,7 @@
+ set(MAPPER_RUNTIME_DESTINATION "bin")
+ set(MAPPER_LIBRARY_DESTINATION "lib/${Mapper_PACKAGE_NAME}")
+ set(MAPPER_DATA_DESTINATION "share/${Mapper_PACKAGE_NAME}")
+- set(MAPPER_ABOUT_DESTINATION "share/doc/${Mapper_PACKAGE_NAME}")
++ set(MAPPER_ABOUT_DESTINATION "doc/${Mapper_PACKAGE_NAME}-${Mapper_VERSION}")
+ endif()
+
+ if(CMAKE_CROSSCOMPILING)