move the clonk binary to /usr/games

The FHS says that game binaries should be stored in /usr/games.
stable-5.4
Philipp Kern 2014-01-23 00:14:32 +07:00 committed by Tobias Zwick
parent 12ad7d41a6
commit e151b1de91
1 changed files with 2 additions and 1 deletions

View File

@ -1498,7 +1498,8 @@ endif()
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/openclonk.desktop DESTINATION share/applications)
# Install binaries
install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/openclonk ${CMAKE_CURRENT_BINARY_DIR}/c4group DESTINATION bin/)
install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/openclonk DESTINATION games/)
install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/c4group DESTINATION bin/)
############################################################################
# setup_openclonk.exe