]> git.pld-linux.org Git - packages/bcc-bpf.git/blob - mandir.patch
update BR
[packages/bcc-bpf.git] / mandir.patch
1 --- bcc-0.7.0/man/man8/CMakeLists.txt~  2018-09-05 03:36:40.000000000 +0300
2 +++ bcc-0.7.0/man/man8/CMakeLists.txt   2018-12-30 23:37:50.110062719 +0200
3 @@ -9,4 +9,4 @@
4    list(APPEND GZFILES "${CMAKE_CURRENT_BINARY_DIR}/${NAME}.gz")
5  endforeach()
6  add_custom_target(man ALL DEPENDS ${GZFILES})
7 -install(FILES ${GZFILES} DESTINATION share/bcc/man/man8)
8 +install(FILES ${GZFILES} DESTINATION share/man/man8)
This page took 0.03046 seconds and 3 git commands to generate.