Fixes a typo introduced with commit 4570.



git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4571 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/unix/x0vncserver/CMakeLists.txt b/unix/x0vncserver/CMakeLists.txt
index b2e1f86..9a52da2 100644
--- a/unix/x0vncserver/CMakeLists.txt
+++ b/unix/x0vncserver/CMakeLists.txt
@@ -18,4 +18,4 @@
 target_link_libraries(x0vncserver tx rfb network rdr ${X11_LIBRARIES})
 
 install(TARGETS x0vncserver DESTINATION bin)
-install(FILES x0vncserver.man DESTINATION man/man1 RENAME xvnc0server.1)
+install(FILES x0vncserver.man DESTINATION man/man1 RENAME x0vncserver.1)