diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 187d84cc7..3e03f13be 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -189,8 +189,6 @@ endif() # Example configuration file install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/../minetest.conf.example" DESTINATION ${EXAMPLE_CONF_DIR}) -install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/../data/scripts" DESTINATION ${DATADIR}) - if(BUILD_CLIENT) install(TARGETS minetest DESTINATION ${BINDIR})