Skip to content

Commit

Permalink
Merge pull request #2749 from theMarix/fix-man-page-path
Browse files Browse the repository at this point in the history
Fix man page installation path for cmake builds
  • Loading branch information
jamescowens authored Mar 14, 2024
2 parents a16718f + bb44b2c commit 3c8cec4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ if(ENABLE_DAEMON)
DESTINATION "${CMAKE_INSTALL_BINDIR}"
)
install(FILES "${CMAKE_SOURCE_DIR}/doc/gridcoinresearchd.1"
DESTINATION "${CMAKE_INSTALL_MANDIR}"
DESTINATION "${CMAKE_INSTALL_MANDIR}/man1"
)
install(FILES "${CMAKE_SOURCE_DIR}/contrib/init/gridcoinresearchd.service"
DESTINATION /lib/systemd/system
Expand Down
2 changes: 1 addition & 1 deletion src/qt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ if(UNIX AND NOT APPLE)
DESTINATION "${CMAKE_INSTALL_DATADIR}/applications"
)
install(FILES "${CMAKE_SOURCE_DIR}/doc/gridcoinresearch.1"
DESTINATION "${CMAKE_INSTALL_MANDIR}"
DESTINATION "${CMAKE_INSTALL_MANDIR}/man1"
)
endif()

Expand Down

0 comments on commit 3c8cec4

Please sign in to comment.