Skip to content

Commit

Permalink
Correct path for manpage
Browse files Browse the repository at this point in the history
  • Loading branch information
horazont committed Jun 20, 2012
1 parent 1636d48 commit 995cbcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ add_custom_target( manpage ALL
DEPENDS ddate.1.gz
)

install(FILES ${CMAKE_CURRENT_BINARY_DIR}/ddate.1.gz DESTINATION share/man1)
install(TARGETS ddate DESTINATION bin)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/ddate.1.gz DESTINATION share/man/man1)
install(TARGETS ddate DESTINATION bin)

0 comments on commit 995cbcd

Please sign in to comment.