From 3cf7c3ef441822c889356fd1812ebf2944a59851 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 25 Aug 2020 10:45:55 +0100 Subject: gentoo resync : 25.08.2020 --- .../openvdb-7.1.0-0002-Fix-doc-install-dir.patch | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 media-gfx/openvdb/files/openvdb-7.1.0-0002-Fix-doc-install-dir.patch (limited to 'media-gfx/openvdb/files/openvdb-7.1.0-0002-Fix-doc-install-dir.patch') diff --git a/media-gfx/openvdb/files/openvdb-7.1.0-0002-Fix-doc-install-dir.patch b/media-gfx/openvdb/files/openvdb-7.1.0-0002-Fix-doc-install-dir.patch new file mode 100644 index 000000000000..73d4b1ccd422 --- /dev/null +++ b/media-gfx/openvdb/files/openvdb-7.1.0-0002-Fix-doc-install-dir.patch @@ -0,0 +1,25 @@ +From 66dec67036116243893fdf74060e55b70f65ab17 Mon Sep 17 00:00:00 2001 +From: Bernd Waibel +Date: Fri, 28 Feb 2020 21:51:30 +0100 +Subject: [PATCH] Fix doc install dir + +Signed-off-by: Bernd Waibel +--- + doc/CMakeLists.txt | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt +index 1cf58ea..a6bd849 100644 +--- a/doc/CMakeLists.txt ++++ b/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 ${CMAKE_INSTALL_DOCDIR}/html) ++install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/openvdb/doc/html DESTINATION ${CMAKE_INSTALL_DOCDIR} MESSAGE_NEVER) +-- +2.25.1 + -- cgit v1.2.3