Fix path to help files and QT assistant
authorGraham Inggs <ginggs@debian.org>
Sun, 18 Oct 2020 11:10:11 +0000 (12:10 +0100)
committerGraham Inggs <ginggs@debian.org>
Sun, 18 Oct 2020 11:10:11 +0000 (12:10 +0100)
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

index 2cda566ca41ba235e6d8ab84467bc860ca54d4e7..e6859a984308a39835b280001fc9826708acc286 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)