Skip to content

Commit

Permalink
Rename man-page
Browse files Browse the repository at this point in the history
  • Loading branch information
winterheart committed Apr 1, 2019
1 parent ae10413 commit ea659c6
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -39,7 +39,7 @@ add_library(pptp SHARED ${srcFileList})
set_target_properties(pptp PROPERTIES PREFIX "")

install(TARGETS pptp LIBRARY DESTINATION ${PPP_PLUGIN_PATH})
install(FILES pppd-pptp.8 DESTINATION share/man/man8)
install(FILES accel-pptp.8 DESTINATION share/man/man8)

# Packaging stuff
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Accel-PPTP client plugin for PPPd")
Expand Down
File renamed without changes.

0 comments on commit ea659c6

Please sign in to comment.