From 200a61ac42d51dfe951d728902627ff47fb72df5 Mon Sep 17 00:00:00 2001 From: Graham Inggs Date: Mon, 11 Jan 2021 10:50:08 +0000 Subject: [PATCH] Fix path to help files and QT assistant Forwarded: not-needed Last-Update: 2019-12-12 Install Manual and About files to /usr/share/openorienteering-mapper/doc/ instead of /usr/share/doc/openorienteering-mapper/. Last-Update: 2019-12-12 Gbp-Pq: Name fix-help-data-dir.patch --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2cda566..e6859a9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -141,7 +141,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) -- 2.30.2