packages/zeromq/fix-doc-install.patch
2023-07-17 23:55:25 +02:00

12 lines
255 B
Diff

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1658,7 +1658,7 @@ if(WITH_DOC)
if(NOT ZMQ_BUILD_FRAMEWORK)
install(
FILES ${html-docs}
- DESTINATION doc/zmq
+ DESTINATION share/doc/zmq
COMPONENT RefGuide)
endif()
endif()