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:
3e2216a
)
fix-help-data-dir
author
Gaudenz Steinlin
<gaudenz@debian.org>
Thu, 26 Oct 2017 13:33:40 +0000
(14:33 +0100)
committer
Peter Michael Green
<plugwash@raspbian.org>
Thu, 26 Oct 2017 13:33:40 +0000
(14:33 +0100)
Gbp-Pq: Name fix-help-data-dir.patch
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 93ff32deaa3bd47741c708a1fc5c7acb2a72c396..2cfa2076ad09439608182e609d10c86ece68118c 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-142,7
+142,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)