summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-04-04 15:19:11 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-04-04 15:19:11 +0300
commit14c621d853f0e522fb5ace7e3bd1be9b2e89ebd2 (patch)
treec2405c4d900d8b21175258468d9b7789116b39c9 /src/CMakeLists.txt
parent4a92df6ff021f1bfa645f97fd551c648d1ef8e3b (diff)
downloadminetest-14c621d853f0e522fb5ace7e3bd1be9b2e89ebd2.tar.gz
minetest-14c621d853f0e522fb5ace7e3bd1be9b2e89ebd2.tar.bz2
minetest-14c621d853f0e522fb5ace7e3bd1be9b2e89ebd2.zip
removed reference to script directory in cmake install
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
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})