Skip to content

Commit

Permalink
Fix man page installation location
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-bennett committed Aug 8, 2016
1 parent edda165 commit 4ec3458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ add_custom_target(man ALL DEPENDS ${MAN_FILES})
install(TARGETS fwknop-gui DESTINATION bin)
install(PROGRAMS fwknop-gui.desktop DESTINATION share/applications)
install(FILES fwknop-gui.png DESTINATION share/pixmaps)
INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/fwknop-gui.8 DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man1)
INSTALL(FILES fwknop-gui.8 DESTINATION share/man/man8)
endif()
if(IS_WIN32)
include_directories( ${LIBQRENCODE_INCLUDE_DIR} )
Expand Down

0 comments on commit 4ec3458

Please sign in to comment.