ports/misc/openvdb/files/patch-doc_CMakeLists.txt
Yuri Victorovich fcea573684 misc/openvdb: Update 6.1.0 -> 7.0.0
Reported by:	VVD <vvd@unislabs.com> (in bug#244347)
2020-04-02 01:32:07 +00:00

10 lines
612 B
Text

--- doc/CMakeLists.txt.orig 2019-12-06 20:11:33 UTC
+++ doc/CMakeLists.txt
@@ -64,5 +64,5 @@ add_custom_target(doc ALL
)
# Suppress "Installing..." messages for all but one of the hundreds of generated files.
-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/openvdb/doc/html/index.html DESTINATION doc/html)
-install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/openvdb/doc/html DESTINATION doc MESSAGE_NEVER)
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/openvdb/doc/html/index.html DESTINATION share/doc/openvdb)
+install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/openvdb/doc/html DESTINATION share/doc/openvdb MESSAGE_NEVER)