Fix path to help files and QT assistant
authorGraham Inggs <ginggs@debian.org>
Mon, 11 May 2020 19:51:27 +0000 (20:51 +0100)
committerGraham Inggs <ginggs@debian.org>
Mon, 11 May 2020 19:51:27 +0000 (20:51 +0100)
Forwarded: no
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

index 91723a76e4bcebcb2eaa3e1226ce4fe7a50b72f9..b9c5f2eb919e8ed24811e647c036b134bfeea4cc 100644 (file)
@@ -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)