You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/libgaminggear/files/libgaminggear-0.10.0-doc.patch

16 lines
484 B

Set install of the docs to DOCDIR
--- libgaminggear-0.10.0.orig/include/gaminggear/CMakeLists.txt 2015-06-28 12:46:22.615985840 +0100
+++ libgaminggear-0.10.0/include/gaminggear/CMakeLists.txt 2015-06-28 13:01:35.511970664 +0100
@@ -14,10 +14,10 @@ IF(WITH_DOC)
DEPENDS
${CMAKE_CURRENT_BINARY_DIR}/html/index.html
)
-
+
INSTALL(
DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html
- DESTINATION share/doc/libgaminggear
+ DESTINATION ${DOCDIR}
)
ENDIF()