From: Henrik Andersson Date: Wed, 29 Jun 2011 10:34:09 +0000 (+0000) Subject: Fixes a typo introduced with commit 4570. X-Git-Tag: v1.1.90~227 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=58363ecab1587a8a349b49aecbcb4728f9411a23;p=tigervnc.git 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 b2e1f86a..9a52da20 100644 --- a/unix/x0vncserver/CMakeLists.txt +++ b/unix/x0vncserver/CMakeLists.txt @@ -18,4 +18,4 @@ add_executable(x0vncserver 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)