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:
09b0a15
)
fix-help-data-dir
author
Gaudenz Steinlin
<gaudenz@debian.org>
Thu, 29 Mar 2018 13:49:31 +0000
(14:49 +0100)
committer
Graham Inggs
<ginggs@debian.org>
Thu, 29 Mar 2018 13:49:31 +0000
(14:49 +0100)
Gbp-Pq: Name fix-help-data-dir.patch
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 81a42ce36146e9251c236d0abab80e6299f4b946..dde36738ad7e2431ff135551abb565801df4c32e 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-148,7
+148,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)