Skip to content

Commit

Permalink
Build: Don't generate turbovncserver.conf
Browse files Browse the repository at this point in the history
This hasn't been necessary since
fc473a5 (TurboVNC 3.0 beta1.)
  • Loading branch information
dcommander committed Jul 23, 2024
1 parent cd8a11e commit 27f95cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions unix/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,7 @@ endif()
configure_file(vncserver.man.in vncserver.man @ONLY)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/vncserver.man
DESTINATION ${CMAKE_INSTALL_MANDIR}/man1 RENAME vncserver.1)
configure_file(turbovncserver.conf.in turbovncserver.conf @ONLY)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/turbovncserver.conf
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/turbovncserver.conf
DESTINATION ${CMAKE_INSTALL_FULL_SYSCONFDIR})
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/turbovncserver-security.conf
DESTINATION ${CMAKE_INSTALL_FULL_SYSCONFDIR})
Expand Down
File renamed without changes.

0 comments on commit 27f95cf

Please sign in to comment.