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:
d0299fd
)
fix-help-data-dir
author
Gaudenz Steinlin
<gaudenz@debian.org>
Mon, 16 Dec 2019 07:41:29 +0000
(07:41 +0000)
committer
Graham Inggs
<ginggs@debian.org>
Mon, 16 Dec 2019 07:41:29 +0000
(07:41 +0000)
Gbp-Pq: Name fix-help-data-dir.patch
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index a057d12c162e5582dddc74246ca4bfc7251f4660..6ca144066a8195b9568045f77dcc7537ad5606a1 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-134,7
+134,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)