From: Perttu Ahola Date: Wed, 23 Feb 2011 09:12:03 +0000 (+0200) Subject: fixed a path in build system's packaging part X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=bfd098074816956f902ed89613565fda02ff6bcc;p=zefram%2Fminetest%2Fminetest_engine.git fixed a path in build system's packaging part --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 3f151199..01ab2df5 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -192,7 +192,7 @@ endif() # Example configuration file install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/../minetest.conf.example" DESTINATION ${EXAMPLE_CONF_DIR}) -install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/../data/luaobjects" DESTINATION ${DATADIR}) +install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/../data/scripts" DESTINATION ${DATADIR}) if(BUILD_CLIENT) install(TARGETS minetest DESTINATION ${BINDIR})