projects
/
openorienteering-mapper.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c101b49
)
fix-help-data-dir
author
Gaudenz Steinlin
<gaudenz@debian.org>
Tue, 25 Dec 2018 11:21:02 +0000
(11:21 +0000)
committer
Graham Inggs
<ginggs@debian.org>
Tue, 25 Dec 2018 11:21:02 +0000
(11:21 +0000)
Gbp-Pq: Name fix-help-data-dir.patch
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 1e9b2b7ec728ea5261cac023a6a96cf2c82c9ed9..6ad351d1125a506369747841b565d2971649e93f 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-152,7
+152,7
@@
else() # LINUX and alike
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 "share/
${Mapper_PACKAGE_NAME}/doc
")
endif()
if(CMAKE_CROSSCOMPILING)