We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edda165 commit 4ec3458Copy full SHA for 4ec3458
CMakeLists.txt
@@ -87,7 +87,7 @@ add_custom_target(man ALL DEPENDS ${MAN_FILES})
87
install(TARGETS fwknop-gui DESTINATION bin)
88
install(PROGRAMS fwknop-gui.desktop DESTINATION share/applications)
89
install(FILES fwknop-gui.png DESTINATION share/pixmaps)
90
- INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/fwknop-gui.8 DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man1)
+ INSTALL(FILES fwknop-gui.8 DESTINATION share/man/man8)
91
endif()
92
if(IS_WIN32)
93
include_directories( ${LIBQRENCODE_INCLUDE_DIR} )
0 commit comments