File zipios-docpath.patch of Package zipios
Index: zipios-2.2.0/doc/CMakeLists.txt
===================================================================
--- zipios-2.2.0.orig/doc/CMakeLists.txt
+++ zipios-2.2.0/doc/CMakeLists.txt
@@ -77,7 +77,7 @@ function( AddDoxygenTarget TARGET_NAME V
string( TOLOWER ${TARGET_NAME} LOWER_TARGET_NAME )
install( DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/${DOCUMENTATION_OUTPUT}/
- DESTINATION ${DATA_INSTALL_DIR}/doc/${LOWER_TARGET_NAME}/html/
+ DESTINATION ${DATA_INSTALL_DIR}/doc/packages/${LOWER_TARGET_NAME}/html/
)
# The following installs the man3 files, we only install the man
# pages of public classes. For more details the user will have to