diff options
Diffstat (limited to 'unix/CMakeLists.txt')
-rw-r--r-- | unix/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/CMakeLists.txt b/unix/CMakeLists.txt index 36fe3396..7a2fc85a 100644 --- a/unix/CMakeLists.txt +++ b/unix/CMakeLists.txt @@ -8,4 +8,4 @@ add_subdirectory(vncviewer) endif() install(PROGRAMS vncserver DESTINATION bin) -install(FILES vncserver.man DESTINATION man/man1) +install(FILES vncserver.man DESTINATION man/man1 RENAME vncserver.1) |