Skip to content

Commit 4ec3458

Browse files
committed
Fix man page installation location
1 parent edda165 commit 4ec3458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ add_custom_target(man ALL DEPENDS ${MAN_FILES})
8787
install(TARGETS fwknop-gui DESTINATION bin)
8888
install(PROGRAMS fwknop-gui.desktop DESTINATION share/applications)
8989
install(FILES fwknop-gui.png DESTINATION share/pixmaps)
90-
INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/fwknop-gui.8 DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man1)
90+
INSTALL(FILES fwknop-gui.8 DESTINATION share/man/man8)
9191
endif()
9292
if(IS_WIN32)
9393
include_directories( ${LIBQRENCODE_INCLUDE_DIR} )

0 commit comments

Comments
 (0)